cls
@ECHO OFF
title Folder Locker
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure u want to Lock the folder(Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock folder
set/p "pass=>"
if NOT %pass%==Type YOUR PASSWORD goto FAIL
echo Folder Unlocked successfully
goto END
:FAIL
echo Invalid password
goto END
:MDLOCKER
md Locker
echo Locker created successfully
goto END
:END
s
how to execute this.......Open a notepad copy and paste the above code and save it as anything.bat then click it.
now a new folder is created in the same directory named LOCKER copy and paste all your data whatever you want to lock into this folder
as you finish pasting now it's time to lock your folder
go to that anything.bat file double click it it will as you
want to lock this folder type Y OR N (Y for YES & N for NO)
Now your folder is locked
This entry was posted on Nov 25, 2010 at 10:25 PM and is filed under Notepad_tricks. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response.

