Pages

Sunday, February 6, 2011

Create one of the best folder lock.....

All You Need to do is to copy the following code and paste it in a notepad with extension of .bat as : "dhiru.bat"

U sud write ur desired Password at where its written "type your password here" (in red in code) ....

Whenever u wanna change ur password u sud open an instance of notepad and open ur "bat" file with it and change ur password and never forget to d place where u have saved this .bat file bcs in the directory where u have saved this .bat file , locker folder will create in that directory only.




So Copy ur code ......
____________________________________________________________________________


cls
@ECHO OFF
title Folder Locker
if EXIST "Control Panel.{21EC2020- 3AEA-1069- A2DD-08002B30309 D}" 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-08002B30309 D}"
attrib +h +s "Control Panel.{21EC2020- 3AEA-1069- A2DD-08002B30309 D}"
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-08002B30309 D}"
ren "Control Panel.{21EC2020- 3AEA-1069- A2DD-08002B30309 D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End


________________________________________________________

Procedure For the use of Folder Lock -
  • now open that .bat file (double click on .bat file).
  • one folder named "Locker" will appear in the same directory.(since u have opened this folder lock first time thats why locker will appear directly ,from next time onwards u will have to enter password for further use.)
  • now keep ur files and folder which u want to keep secrete.
  • now again double click on .bat file to lock the folder.
  • for further use for locker again open .bat file enter passwords and use ur locker.

ENJOY FRNDS...

0 comments:

Post a Comment