Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

@echo off

set pass= "password"


echo Enter Password
set /p ui=
if %ui%==%pass% (goto open)
echo Wrong Password
pause
exit
:open
start "file name"

You might also like