Guest User

Untitled

a guest
Aug 20th, 2014
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. @echo off
  2. title Advanced Password Generator.
  3.  
  4.  
  5. :start
  6. echo Welcome To S0M3GUY's advanced password generator.
  7. echo be sure to have atleast one uppercase and one lowercase letter in the
  8. set /p keyword=keyword:
  9. echo %random%%keyword%%random% > password.txt
  10. echo password has been saved to password.txt
  11. echo press any button to continue
  12. pause > nul
Add Comment
Please, Sign In to add comment