- First of all , you just copy the code given below in to the Notepad
cls@ECHO OFFtitle 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 here goto FAIL attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker echo Folder Unlocked successfully goto End :FAIL echo Invalid password goto end :MDLOCKER md Locker echo Locker created successfully goto End :End
After copying replace your desired password with the "type your password here" in the above code and save it with an extension .bat in anywhere in your computer.
Now open that saved file .you can see a folder named locker .put your required files in it and open the .bat file again ..Now you can see a window like
below ..> they will ask whether the folder is to be locked .type Y there .
Now to open and see the folder again , open the .bat file . They will ask the password ,type your password there.From today onwards let your privacy be as such !!
* Rauf 's blog *
-
The best you wish ,the bettest you get - R@uf 's bl0g
-
The best you wish ,the bettest you get - R@uf 's bl0g
-
The best you wish ,the bettest you get - R@uf 's bl0g
-
The best you wish ,the bettest you get - R@uf 's bl0g
The best you wish ,the bettest you get - R@uf 's bl0g
9 Oct 2011
How can we make folders that can open only through passwords ?
Subscribe to:
Posts (Atom)