Password


Here is the code to create a Password system.

Simply copy and paste the code into Notepad then save it as Anything.bat



@Echo off
cls
:Password
Set input=
set /p input= Password (input then press enter) :
if %input%==giftedtyro goto YES
if not %input%==giftedtyro goto NO


:YES
Start calc
Exit


:NO
Echo INCORRECT PASSWORD
echo.
goto Password

No comments:

Post a Comment