Code for Locking application

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


:YES

Start chrome.exe
Exit

:NO

Echo INCORRECT PASSWORD
goto Password

__________________________________________________________________________________________
Replace password with your own password
and replace chrome with your own applications

No comments:

Post a Comment