How To Create Password Generator Using Command Prompt
How To Create Password Generator Using Command Prompt
1. Click on start -> run -> notepad.
2. Copy the below code in to notepad.
Note: Save the file by clicking on File Type-> All Files.
4. There fore password generator is created.
It only generates 3 passwords at at time.
1. Click on start -> run -> notepad.
2. Copy the below code in to notepad.
@echo off3. Now save the notepad as Generator.bat.
:a
echo Here are 3 random passwords
echo %random%, %random%, %random%
pause
cls
goto a
Note: Save the file by clicking on File Type-> All Files.
4. There fore password generator is created.
It only generates 3 passwords at at time.
lekin issase kya fayada hoga
ReplyDeleteanupam
Nothing it is just aprogramming
ReplyDelete