>> Copy the paste following codes in notepad>>
cls
@
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
if %cho%==y goto
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:
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
>> Type your Own password Here >> "type your password here" <<
>> Save the file with .bat extension.(eg:locker.bat)
>> Open the file to create a Your own locker.
>> A Folder named Locker will be created there.
>> Place all the files you want to lock into that Locker.
>> Click .bat(locker.bat)file again to secure your Locker.
>> Whenever you need to unlock the files , just click the .bat(locker.bat) file and type the required password.

No comments:
Post a Comment