Many people have been asking for an alternative way to lock folders without the use of any alternative software. So, here you go.
1. Open Notepad and copy the below code
2. Change your password in the code it's shown the place where to type your password.
3. Save file as locker.bat .
4. Now double click on locker .bat
5. I t will create folder with Locker automatically for u. After creation of the Locker folder, place the contents u want to lock inside the Locker Folder and run locker.bat again .
************************************************
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












Replies:
Lost the Mobile N-72 Black
Dear Sir,
i had just purchased N72 Black on 26 july 07 from a nokia dealer shop in New Delhi, Its lost on 11th Aug in bus. pls trace my mobile.. its a first priced phone i had.I shall be oblige u .
IMEI 356295016888717.
thanks,
name:Rishikesh Tiwari
Address:Shakar Pur New Delhi
Phone model:N72 Black
Make:
Last used No.:9911367913
E-mail for communication:tiwari_rishi@yahoo.com
Missed date:11.08.2007
IMEI No.:356295016888717
lost my mobile phone
I Have lost my nokia 6270.How can i get it back could u please tell me the procedure .Or is it possible that u can track it?
Enhancements for locker code
Hi shilpa
first of all congrats for preparing the code to lock the folder.
I think it need some enhancements:
- We can edit the locker and see the password there.( this should not happen once created we cannot see the source)
- When we run the locker cmd appears. there the password we type is seen. Instead of that *'s can be shown.
Hope you look into the issues.
Thanks
Lock a folder
Doesn't this just hide the folder as opposed to actually locking it?
Password batch file
Very useful
folder lolked
hello is very use full...!!!
Very Usefull..... Thanks a
Very Usefull.....
Thanks a Lotttttaaaaa
no use at all
u can acess the password by click the edit?
so wat the purpose u put as folder lock!!!!!!!
need help desperately; lost files
Hi
I used the folder lock software and I lost all of my files
I am unable to see them
I used the batch file. Locker folder appeared. I kept all my important files under the locker folder.
Later after a while when I checked that folder TO MY HORRIBLE SURPRISE NONE OF THE FILES EXISTED INSIDE IT. Could any one explain what might have caused this.
Thanks a ton for the person who shows me the way
Dileep
hwo can downdoad any software in the locker folder
i am dinesh stay in nashik
Thanks, Very useful tools
I used this tools, very useful I heard some friends failed to implement, but I want to clarify the code is completely correct, no need to change it.
Thanks,
Suva
Kolkata
Locker.bat
I have used it and worked for me. But the files I saved in the locker are disappeared. I cannot see them anymore. I can open the locker but it is showing me empty. So, please can anyone help me with this problem.
Thanks. But?
first of all congrats for implementing lock the folder.
I think it need some more enhancements:
- We can edit the locker and see the password there.( this should not happen once created we cannot see the source)
- When we run the locker command prompt appears. there the password we type is seen. Instead of that *'s can be shown.
- we cannot delete the batch file until we unlock the folder.(Anyone can delete the batch file, So v may loss the data)
Hope you look into the issues.
Post new comment