Similar Topics Gratuity code number Hi... This Srinivas... from hyd... am working as ERP Coordinator in Avon Tubes... here my company is implementing ERP Exensys 4.1 software.... in that HR also one of the Module... here Gratuity also[..] 2 Replies Free hrm software Dear Friends I just wanted to share the information about the free HRM software available. The name of the software is orangeHRM Hope you will find this usefull. this[..] 6 Replies Dress code for hr executive Can someone help me out with the exact dress code for HR Executive in Software companies? Do all companies have a similar dress code or it depends on their own policies and[..] 3 Replies Epf code Hi .. An organisation having its head office in Karnataka state and already got EPF code.now if they start a new division in Andrapradesh state the same code will continue or they[..] 2 Replies Framing hr policies Hi I have joined a new Software Company as an HR administrator.I have to frame HR policies and code of conduct for the Co. so could you please help me with[..] 11 Replies Downloads Software.bmp (81 Downloads) Software.jpg (15 Downloads) Software.jpg (2 Downloads) Software.jpg (1 Downloads) Language software(1).xls (430 Downloads) | |
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 | |
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 | |
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 | |
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????? | |
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 | |
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 | | |
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,,, | |
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 | | |
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  | |
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 |
| |