Search found 2 matches

by sandspur
21 Feb 2011 20:52
Forum: DOS Batch Forum
Topic: Password Generator help
Replies: 2
Views: 3908

Re: Password Generator help

It worked!
Thank you so much!
by sandspur
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...