CiteMan Network
 

Home > Information Section > General Resources & Websites

Folder Lock without any Software





 

Similar Topics

Downloads

  #1  
11-09-2007, 10:35 AM
Join Date: Jun 2007
Location: Mumbai, India
Folder Lock without any Software
Dear All,
Good Morning, Here is the procedure to lock your folder without any software. Try it. Hope it is very useful.

Folder Lock without any S/W :

Open Notepad and copy the below code and save as locker.bat. At first time start it will create folder with Locker automatically for u. DON'T FORGET TO CHANGE YOUR PASSWORD IN THE CODE ITS SHOWN THE PLACE WHERE TO TYPE YOUR PASSWORD.
after creation of Locker folder again click on the locker.bat. It will ask.press Y then Locker folder will be disappeared.again to get it click on locker.bat. and give ur password u will get the folder 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
************************************************** **

Noor
  #2  
11-09-2007, 11:25 AM
Join Date: Oct 2006
Location: Kolkata
Re: Folder Lock without any Software
It works!!!!

Thanks a lot. In fact I was looking for this utility for a long time and you were really a great help. Keep going.

Regards,

Bhati
  #3  
11-09-2007, 11:51 AM
Join Date: Apr 2007
Location: Delhi
Re: Folder Lock without any Software
Hi

It really worked!!!!!!!!!!!!!gosh

Thanks a ton
  #4  
11-09-2007, 11:54 AM
Join Date: Aug 2007
Location: Pune
Re: Folder Lock without any Software
hi i m not gettin the procedure ...... can you tell it in more detail?????
  #5  
11-09-2007, 12:05 PM
Join Date: Sep 2007
Location: Gurgaon
Re: Folder Lock without any Software
Hey,

i was looking out for something like this to manage my folders. Had almost given up, till i found your post.

It works wonders, Great work !!!!!

Cheers !!!
suchi
  #6  
11-09-2007, 12:17 PM
Join Date: Jul 2006
Location: Bangalore
Re: Folder Lock without any Software
Thanks a lot It is wonderful tool.

Regards
Praveen





Quote:
Originally Posted by ssnmd
Dear All,
Good Morning, Here is the procedure to lock your folder without any software. Try it. Hope it is very useful.

Folder Lock without any S/W :

***********************************************

Noor
  #7  
11-09-2007, 12:25 PM
Take LIFE as it Comes...
Join Date: Jan 2007
Location: Human Hearts
Re: Folder Lock without any Software
Good Piece of Information,, Thank You,,

Let me try & give the feedback,,,
  #8  
11-09-2007, 12:39 PM
Join Date: Jun 2007
Location: Chennai
Re: Folder Lock without any Software
Hi,

Its working.... I searched this kind of option from long ago...

Wonderful....

Thank U....

regards
Indra Priyadharshini

Quote:
Originally Posted by ssnmd
Dear All,
Good Morning, Here is the procedure to lock your folder without any software. Try it. Hope it is very useful.

Folder Lock without any S/W :

Open Notepad and copy the below code and save as locker.bat. At first time start it will create folder with Locker automatically for u. DON'T FORGET TO CHANGE YOUR PASSWORD IN THE CODE ITS SHOWN THE PLACE WHERE TO TYPE YOUR PASSWORD.
after creation of Locker folder again click on the locker.bat. It will ask.press Y then Locker folder will be disappeared.again to get it click on locker.bat. and give ur password u will get the folder 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
************************************************** **

Noor
  #9  
11-09-2007, 12:40 PM
Join Date: Mar 2007
Location: Bangalore
Re: Folder Lock without any Software
Hi Noor,

Excellent Work!!

Very useful everyone.. Actually i wanted something like this to manage my folders.. your post helped me a lot.. Keep on posting stuffs like this..

Cheers,
Swati
  #10  
11-09-2007, 04:16 PM
Join Date: Jul 2007
Location: Mumbai
Re: Folder Lock without any Software
This is really good..Thanks a ton

   Post New Question  Share Files & Formats  Post New Discussion  Add Comment
Thread Tags
folder, lock, software

All trademarks and copyrights held by respective owners. Member comments & attachments are owned by the poster.
Privacy Policy | Disclaimer | Terms Of Service