Friday, 17 April 2015

How to Make a Password Generator Using Command Prompt

You may be bored with your work and want to make something for fun or something else, then you can try this technique to make a password generator in command prompt.
  1. Open Notepad. There are many ways to open it. You can do this by:
    • Click on Start -> Accessories -> Notepad, or
    • Click on Start -> Run and type notepad, then hit Enter.
     
  2. Type the code as shown below into Notepad.
     
  3. Click on File -> Save as.
     
  4. Write the file name in ".bat" format, e.g.- Password Generator.bat and chooseAll files from Save as type drop-down list, then click on Save.
     
  5. Open up the saved file to get 3 generated passwords. It'll generate other 3 passwords on your every key-stroke.
     
  6. To close this process press Ctrl+Break, then press Enter. Now press "y" to exit.


No comments:

Post a Comment