It worked!
Thank you so much!
Search found 2 matches
- 21 Feb 2011 20:52
- Forum: DOS Batch Forum
- Topic: Password Generator help
- Replies: 2
- Views: 3908
- 20 Feb 2011 22:17
- Forum: DOS Batch Forum
- Topic: Password Generator help
- Replies: 2
- Views: 3908
Password Generator help
Alright, so I've made a pretty powerful password generator, but there is one issue: when the process restarts, instead of generating a 8-character code, it generates a 4,3,2,1 or even 0 character code. Here's the source code: @Echo Off :Generate Password Setlocal EnableDelayedExpansion Set _RNDLengt...