9
2
I'm having a hard time figuring out how to make a password generator with random letters in it. For example, ASWED-ASDWAD-EFEST. So far I can only make random numbers by using the code
@echo off
:password
echo %random%-%random%-%random
pause
goto password
PS: my OS is windows vista.
all help will be appreciated.
I added %RANDOM% to cmd.exe in windows NT. Glad to see it is still useful. – mosh – 2017-06-13T12:13:23.917