PDWN

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

echo.MyPassword>pwd.txt attrib D:\pwd.txt +R +H set /P PWD=<pwd.

txt set /P USER=Enter Password^> if "%USER%"=="%PWD%" (goto :OK) else (goto :ERROR)

You might also like