Forum     

Go Back   Digit Technology Discussion Forum > Community > Tutorials
Register FAQ Calendar Mark Forums Read

Tutorials This section offers tutorials and How to's on just about anything related to computers and IT. Note: All tutorials are courtesy the posters and not verified by Digit

Closed Thread
 
LinkBack Thread Tools Display Modes
Old 07-12-2007, 12:37 PM   #1 (permalink)
Deadman Walking
 
Batistabomb's Avatar
 
Join Date: Feb 2007
Location: Visakhapatnam
Posts: 879
Default Folder Lock , Very Very Amazing

@ECHO OFF
title Folder Hide
if not exist readme_locker.txt goto readme
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Personal goto MDLOCKER
:CONFIRM
echo Are you sure you want to lock the 'Personal' folderY/N)
set /p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto exit
if %cho%==N goto exit
echo Invalid choice. Try Again.
goto CONFIRM
:LOCK
ren Personal "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
pause
goto exit
:UNLOCK
echo Enter password to unlock folder
set /p "pass= >"
attrib -h -s "c:\windows\setup.ecr"
set /p oripass= < c:\windows\setup.ecr
attrib +h +s "c:\windows\setup.ecr"
if NOT %pass% == %oripass% goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Personal
echo Folder Unlocked successfully
pause
goto exit
:FAIL
echo Invalid password....
echo If you forgot the password mail me:kpmsivachand@yahoo.com
pause
goto exit
:MDLOCKER
rem echo Enter the name for create a folder to hide:
rem set /p "name= >"
echo Enter the password for hide the 'Personal' folder:
set /p "msg=>"
del "c:\windows\setup.ecr"
cls
echo %msg% >> c:\windows\setup.ecr
attrib +h +s "c:\windows\setup.ecr"
md Personal
echo 'Personal' Folder created successfully ...
echo It is created in the current directory...
pause
goto exit
:readme
echo Readme file created....
echo Follow the procedure according to the readme_locker.txt
echo ================================================>> readme_locker.txt
echo Folderlocker 1.0 (Beta) * README FILE * Nov 22, 2007 >> readme_locker.txt
echo =============================================== >> readme_locker.txt
echo CONTENTS: >> readme_locker.txt
echo 1. What is Folderlocker? >> readme_locker.txt
echo 2. Steps >> readme_locker.txt
echo 3. Contacts >> readme_locker.txt
echo 1. What is Folderlocker? >> readme_locker.txt
echo ------------------------ >> readme_locker.txt
echo Folder locker is used for the protect a folder with a password. >>readme_locker.txt
echo 2. Steps >> readme_locker.txt
echo -------- >> readme_locker.txt
echo i.Enter the password for hide the 'Personal' folder >> readme_locker.txt
echo ii.Drag the files into 'Personal' folder to protect >> readme_locker.txt
echo iii.Run the folderlocker.exe again >> readme_locker.txt
echo iv.If you want to lock the folder hit 'y' or 'Y' Without Quotes >> readme_locker.txt
echo vi.If you want to retrieve the folder run the folderlocker.exe again >> readme_locker.txt
echo vii.Give the Correct password >> readme_locker.txt
echo 3. Contacts >> readme_locker.txt
echo ----------- >> readme_locker.txt
echo Yahoo!: Link: >> readme_locker.txt
echo Google: Link: >> readme_locker.txt
echo Note: >> readme_locker.txt
echo ----- >> readme_locker.txt
echo ============================================== >>readme_locker.txt
pause

:exit




Copy the above code and paste in notepad and save this as
folderlocker.bat

1. Now double click on it which opens a readme_locker.txt file
2. Again double click on folderlocker.bat which now asks to enter the password, enter password, now you will see a folder created under named "personal"
3. Now copy all the contents you want to hide in this personal folder
4. Now again double click on folderlocker.bat which will asks to press y/n to hide the folder,press y
5. That's all you will see your personal folder is hidden completely, and also invisible if go to show hidden files and folders
6. Later if you want to see the personal folder just click on folderlocker.bat
which asks to enter the password, enter it then you will find personal folder appears
__________________
What looks to be nothing,finally that becomes everything...
and what is everything suddenly that changes to nothing...
Learn to live... &
Live to learn...
Batistabomb is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 09-12-2007, 08:03 PM   #2 (permalink)
Mad and Furious
 
redhat's Avatar
 
Join Date: May 2006
Location: Visual Basic 6.0
Posts: 453
Default Re: Folder Lock , Very Very Amazing

Excuse me...
This trick has been demonstrated a thousand times over on this Forum now!!!
Moreover, I have also created a small application that works on the same principle. So, please do search the forum before posting such OLD OLD Tricks.
redhat is offline  
Old 09-12-2007, 08:25 PM   #3 (permalink)
SivaChand
 
Join Date: Dec 2007
Location: TamilNadu
Posts: 108
Cool Re: Folder Lock , Very Very Amazing

Quote:
Originally Posted by Batistabomb
@ECHO OFF
title Folder Hide...

6. Later if you want to see the personal folder just click on folderlocker.bat
which asks to enter the password, enter it then you will find personal folder appears
I Think you are the techtalkz member

Last edited by ctrl_alt_del; 11-12-2007 at 01:46 PM.
kpmsivachand is offline  
Old 10-12-2007, 11:36 AM   #4 (permalink)
Deadman Walking
 
Batistabomb's Avatar
 
Join Date: Feb 2007
Location: Visakhapatnam
Posts: 879
Default Re: Folder Lock , Very Very Amazing

yes iam also in techtalkz, are you ?
__________________
What looks to be nothing,finally that becomes everything...
and what is everything suddenly that changes to nothing...
Learn to live... &
Live to learn...
Batistabomb is offline  
Old 11-12-2007, 01:24 PM   #5 (permalink)
SivaChand
 
Join Date: Dec 2007
Location: TamilNadu
Posts: 108
Default Re: Folder Lock , Very Very Amazing

I am also techtalkz member... Thats mine code
kpmsivachand is offline  
Old 11-12-2007, 01:37 PM   #6 (permalink)
Deadman Walking
 
Batistabomb's Avatar
 
Join Date: Feb 2007
Location: Visakhapatnam
Posts: 879
Default Re: Folder Lock , Very Very Amazing

really very very sorry dear, i request mods to delete this thread
__________________
What looks to be nothing,finally that becomes everything...
and what is everything suddenly that changes to nothing...
Learn to live... &
Live to learn...
Batistabomb is offline  
Old 11-12-2007, 03:08 PM   #7 (permalink)
SivaChand
 
Join Date: Dec 2007
Location: TamilNadu
Posts: 108
Smile Re: Folder Lock , Very Very Amazing

No Problem dear..... Leave as it is...
kpmsivachand is offline  
Old 11-12-2007, 04:31 PM   #8 (permalink)
The Thread Killer >:)
 
phreak0ut's Avatar
 
Join Date: Apr 2006
Location: Bangalore
Posts: 1,182
Default Re: Folder Lock , Very Very Amazing

Hey Batista, mention the source !! You were caught when Siva mentioned.
__________________
Want to make this world a better place? Then, start seeding and don't be just a leecher
phreak0ut is offline  
Old 11-12-2007, 04:35 PM   #9 (permalink)
Deadman Walking
 
Batistabomb's Avatar
 
Join Date: Feb 2007
Location: Visakhapatnam
Posts: 879
Default Re: Folder Lock , Very Very Amazing

Quote:
Originally Posted by phreak0ut
Hey Batista, mention the source !! You were caught when Siva mentioned.
i thought it's not neccessary to mention source for every thing, may be in technology and random news section , fine i will carry on here after
__________________
What looks to be nothing,finally that becomes everything...
and what is everything suddenly that changes to nothing...
Learn to live... &
Live to learn...
Batistabomb is offline  
Old 17-12-2007, 08:50 AM   #10 (permalink)
vaibhavtek
Guest
 
Posts: n/a
Default Re: Folder Lock , Very Very Amazing

nice 1.
 
Old 17-01-2008, 11:08 PM   #11 (permalink)
SivaChand
 
Join Date: Dec 2007
Location: TamilNadu
Posts: 108
Default Re: Folder Lock , Very Very Amazing

Thx
kpmsivachand is offline  
Old 16-04-2008, 12:30 PM   #12 (permalink)
Right Off the Assembly Line
 
Join Date: Jul 2006
Posts: 15
Thumbs down Re: Folder Lock , Very Very Amazing

hi, this works with only those who are new to computers.... i could recover the hidden files in less than half a minute...
amit.sirsi is offline  
Old 17-04-2008, 04:32 PM   #13 (permalink)
"Aal Izz Well"
 
Krazzy Warrior's Avatar
 
Join Date: Apr 2008
Location: Inside ur BRaIN..!!
Posts: 1,832
Default Re: Folder Lock , Very Very Amazing

Thanks Batista for sharing with me.
Krazzy Warrior is offline  
Old 17-04-2008, 05:47 PM   #14 (permalink)
Mad and Furious
 
redhat's Avatar
 
Join Date: May 2006
Location: Visual Basic 6.0
Posts: 453
Default Re: Folder Lock , Very Very Amazing

Just use WinRAR and you are browsing your so called "LOCKED" folders...
This is a very very old trick... and people please do not bump such 1-2 yr olod threads.....
__________________
My new Tech Blog : http://technewspaper.blogspot.com/
redhat is offline  
Old 07-06-2008, 03:09 PM   #15 (permalink)
In The Zone
 
shashank_re's Avatar
 
Join Date: Oct 2006
Location: Bangalore
Posts: 427
Default Re: Folder Lock , Very Very Amazing

I have locked a folder using this trick.But when i unlock it,i can only see the "Locker" folder and not the files in it Where have my files gone?

Bump

Last edited by shashank_re; 07-06-2008 at 08:50 PM. Reason: Automerged Doublepost
shashank_re is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Folder Lock Help !!!!!!!! Melorith Software Q&A 8 20-06-2008 12:18 AM
Folder lock???? smile Software Q&A 6 15-12-2007 03:28 PM
folder lock vasulic Mobiles and Tablets 4 05-11-2007 08:33 PM
Folder Lock Tom Thomas Software Q&A 7 28-10-2005 04:45 PM
folder lock chetan QnA (read only) 10 31-12-2004 12:46 AM


All times are GMT +5.5. The time now is 05:23 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2