ROCKY13 2008/12/17 05:11 Please dont change anything except password, otherwise this lock may does not work. > THE CODE IS GIVEN BELOW:
ROCKY13 2008/12/17 05:12 cls @ECHO OFF title Folder Locker if EXIST 'Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}' goto UNLOCK if NOT EXIST Locker goto ROCKY13 :CONFIRM echo Are you sure to Lock this 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
ROCKY13 2008/12/17 05:21 need any help plz contect me. this trick is safe n secure. if any query plz ask me. THANK YOU.
ROCKY13 2008/12/17 05:19 Locker echo Folder Unlocked successfully goto End : FAIL (plz delete this space bet'n : and FAIL. this line also) echo Invalid password goto end :ROCKY13 md Locker echo Locker created successfully goto End :End
ROCKY13 2008/12/17 05:12 :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 Your Secure Folder set/p 'pass=>' if NOT %pass%== ROCKY13 goto FAIL attrib -h -s 'Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}' ren 'Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}' Locker
ROCKY13 2008/12/17 05:11 I t will create a folder named: Locker with automatic lock. After creation of the folder, place the contents (your files & folders) you wants to lock inside the Folder and double click locker.bat again. It will ask to lock the folder Y/N. If you press y then it will lock the folder and your folder will be hide. To unlock run again locker.bat, it will ask to enter password, type in correct password and you can see your folder back.
ROCKY13 2008/12/17 05:10 Sometimes you have been asking for an alternative way to lock folders without the use of any alternative software. It'll 5 steps ahead only, check now! In Notepad copy the code below. The default password is 'ROCKY13'. Save this file as 'locker.bat'. Now double click on locker.bat.