Make any folder invisible with password !!

01/09/2009 02:28

I'm going to explain the best way in the world to hide folder with password without application
that's real ! just apply the tips ...
1-First of all creat "new text document"
Any place in your desktop>Right Click > New Text Document
2- Copy This Code And Past It in The Notebad Which U have Created
===========================================
cls
@ECHO OFF
title Folder Locker
if EXIST "Control Panel.{21EC2020- 3AEA-1069- A2DD-08002B30309 D}" 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-08002B30309 D}" attrib +h +s "Control Panel.{21EC2020- 3AEA-1069- A2DD-08002B30309 D}" 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-08002B30309 D}" ren "Control Panel.{21EC2020- 3AEA-1069- A2DD-08002B30309 D}" Locker echo Folder Unlocked successfully goto End :FAIL echo Invalid password goto end :MDLOCKER md Locker echo Locker created successfully goto End :End
==============================
3- Replace These Words In The Code "type your password "
With The Folder Password .
4- From File Click On Save As .. Then Save As This Name " Locker.bat"
U Will C File with The Same Name.
5- Open The File " Locker.Bat" , Automatically It's Will Creat THe Folder " Locker".
6- When U Open The File " Locker.Bat " U Will See A window If U Want To Protect Folder Press " Y " Then Enter .
The Folder Disappeared
7- Put Anything U Want To Hide And Protect In The " Locker" Folder Before U Do TH Previous Step .
8- When U Want To Unlock The Folder Click On " Locker.Bat" And Enter The Password Then U Will See The Protected Folder.
NOTE :** U Can Rename The Folder Locker With Any Name U Want But U Have To Replace It From The Text Code