06-22-2008, 09:00 PM
Hello (:
heres a script to insert b4 all your batches(ur gona have to use this)
edit the PW before putting it in lol
heres a script to insert b4 all your batches(ur gona have to use this)
edit the PW before putting it in lol
Code:
@echo off
color a
cls
:pwset
echo Password
set /p pw
if %pw%==password goto :pass
:fail
msg* Incorrect
pause
goto :pwset
pause
:pass
echo Welcome !
pause