Hi geeks!

Today I find that we can lock a folder without the help of any folder
locker software.
We have to just copy paste the below code in the notepad and save as
'locker.bat'.


cls
@ECHO OFF
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 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 creating the file locker.bat  you have to run that file I
pressed enter but  did not find  any result then I double clicked the
file and a new folder named locker created.
now you have to press application key on the locker.bat and press on
edit. Here you have to give a password at the place of 'type your
password here' and save the changes and close.
Now you have to open the folder 'locker' and paste your files and folders here.
Then press enter on ‘locker.bit’ and here you type your password and
press enter and then press ‘Y’.

Now find the folder ‘locker’!
If you want to get back press enter on 'locker.bat' and type the password.

With regards,
Sharma G!

There is enough light for partially sighted!
~Sharma G~

To unsubscribe send a message to [email protected] with 
the subject unsubscribe.

To change your subscription to digest mode or make any other changes, please 
visit the list home page at
  http://accessindia.org.in/mailman/listinfo/accessindia_accessindia.org.in

Reply via email to