2.then make any folder that maya contain your imp files which you want to be locked .
eg. here i make the new folder ERG
3.then open Notepad
4.Paste the following code:
@echo off
set pass= ERG
echo
set /p ui=
if %ui%==%pass% (goto open)
echo wrong password
pause
exit
:open
start ERG
set pass= ERG
echo
set /p ui=
if %ui%==%pass% (goto open)
echo wrong password
pause
exit
:open
start ERG
5.where Red colour should be change by your OWN choice.
6.Now save the note inside your USB in .BAT format
No comments:
Post a Comment
Please feel free to comment regards this post