How to do this?
- go to start > All programs > Accessories > Notepad
- Write these codes
cls
@ECHO OFF
echo
title Future is Today Lock folder
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK Folder
if NOT EXIST Future is Today goto MD Lock Folder:AuthConfirm
echo Are you sure you want to lock folder (Y/N) set/p "cho = >"
if %cho% = = Y goto LockFolder
if %cho% = = y goto LockFolder
if %cho% = = N goto END
if %cho% = = n goto END
echo invalid choice
goto AuthConfirm:LockFolder
ren Future is Today "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" attrib + h + "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder LockFolder Loked!
goto End:UNLockFolder
echo Enter password to Unlock Folder
set/p "pass = >"
if NOT %pass% = = futureistoday goto FailUnlock
attrib - h - s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" ren " Control panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"LockFolder
echo Folder UnLocked successfully!
goto End:FailUnlock
echo Invalid password!
echo Try again? (Y/N)
set/p "choice = > "
if %choice% = = Y goto UnLockFolder
if %choice% = = y goto UnLockFolder
if %choice% = = N goto END
if %choice% = = n goto END:MDLockFolder
echo
md Future is Today
echo Folder LockFolder created successfully!
goto End:End
________________________________________________________________________________
- Now goto File > Save AS
- Select All file in Save as Type area.
- Give file name.bat (ex:- myfile.bat )
- Save file
- Then Go to saved batch file and open it.
- Now it will create a new folder which name as we gave above codes.this is the folder you can hide.
- Now put everything you need to hide in to this folder.
- Then close the file.
- Now open your batch file.
- You'll get a massage "Are you sure you want to Lock Folder (Y/N)"
- Type "Y" and push "Enter key"
- NOW Folder will Lock and get Hide.
- When you need to open file Double click on batch file.
- You will see "Enter password to Unlock Folder".
- Now give your password and press Enter.
*Red codes are your password.you can type what you want.
*Give your Folder name in to Green code.
scozor.jpg)


0 comments:
Post a Comment