Friday, January 30, 2009

Folder Lock without any software

Res. Members,

I got a very good clue for locking the folder. Generally you know that you can not lock the folder unless otherwise you are having folder lock software.[trial versions which are freely available dont work after expiry]

Giving below the method. Follow the steps which are too easy and you can lock any of the folder with password. Hope you will find it useful.

If you find any problem pls ask me.

Thanks n regards,

CA Dhara Darji


[LOCK FOLDERWITHOUT ANY SOFTWARE

1. Open Notepad and copy the below code
2. Change your password in the code it's shown the place where to type your password.
3. Save file as locker.bat .
4. Now double click on locker .bat
5. I t will create folder with Locker automatically for u. After creation of the Locker folder, place the contents u want to lock inside the Locker Folder and run locker.bat again .
-----------------------------------------
cls@ECHO OFFtitle Folder Lockerif EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCKif NOT EXIST Locker goto MDLOCKER:CONFIRMecho Are you sure u want to Lock the folder(Y/N)set/p "cho=>"if %cho%==Y goto LOCKif %cho%==y goto LOCKif %cho%==n goto ENDif %cho%==N goto ENDecho Invalid choice.goto CONFIRM:LOCKren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"echo Folder lockedgoto End:UNLOCKecho Enter password to Unlock folderset/p "pass=>"if NOT %pass%== type your password here goto FAILattrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Lockerecho Folder Unlocked successfullygoto End:FAILecho Invalid passwordgoto end:MDLOCKERmd Lockerecho Locker created successfullygoto End:End]

1 comment:

CA. Manish Dafria, Indore said...

Interesting information. Please let us know at which path locker folder shall get created