Search found 3 matches
- 21 Oct 2010 18:22
- Forum: DOS Batch Forum
- Topic: Want to learn how to encrypt batch file with ACII coding....
- Replies: 1
- Views: 3804
Want to learn how to encrypt batch file with ACII coding....
ok so I just found out about ascii coding and I kind of get it but not really...this is from aGerman jsut copied and pasted it but don't really get exactly how it works at all..... set /a n=0 :loop set "hex=!encrypted:~%n%,2!" if "%hex%"=="" goto exitLoop set "hex=...
- 21 Oct 2010 17:18
- Forum: DOS Batch Forum
- Topic: Batch Encryption (help)
- Replies: 6
- Views: 7994
Re: Batch Encryption (help)
thts rediculous!!!
can you explain how to read that quick?? jw lol
can you explain how to read that quick?? jw lol
- 21 Oct 2010 17:09
- Forum: DOS Batch Forum
- Topic: Log on batch script code in the making...need a little help
- Replies: 0
- Views: 5492
Log on batch script code in the making...need a little help
ok so ive been working on this for a few days...I just found one of the things that I needed today and that was how to hide/show task manager...lol pretty cool cuz it actually worked!!! thru commad prompt...i was very impressed..lol but anyway back on topic. I want to be able to encrypt my batch fil...