Heres the code just put it in notepad and save as "whatever".bat. ALWAYS SAVE AS .BAT
@echo off
:B
cls
echo.-------------------------
echo Please Type your password
echo.-------------------------
set input=
set /p input= password:
if %input%==(((password))) goto A
cls
echo Inccorect password!
pause
Goto B
:A
cls
echo password correct!
pause
(((whatever happens when the correct password is entered)))
exit
hey...
(((whatever happens when the correct password is entered)))
i don't know how to put things.. show me an example .. like if i want to run a file or folder !!
TheDarkKnight03 3 years ago
hey .. do u know at this languege ? that u and people write by it batch files @echo off ...etc.. wat does it called.. i wanna know answer plz
TheDarkKnight03 3 years ago