Wednesday, 9 July 2014

folder lock by ARMAAN




Just open notepad and paste these codes and save it as "anything.bat"


then armaan folder is created place your stuff on it and double click on that bat file then press y to hide the folder or for unhide the folder double click on it an enter password





cls
@ECHO OFF
title folder lock by Armaan Khan
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto 

UNLOCK
if NOT EXIST Armaan goto MDArmaan
:CONFIRM
echo Are you sure to lock this folder? (Yes/No)
set/p "cho=>"
if %cho%==YES goto LOCK
if %cho%==yes goto LOCK
if %cho%==no goto END
if %cho%==NO goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren MyFolder "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 Armaan's Secure Folder
set/p "pass=>"
if NOT %pass% == armaan goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Armaan
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDArmaan
md Armaan
echo Armaan created successfully
goto End
:End



password is armaan

x

Unknown

Author & Editor

I love to explore good things about Computers

 
biz.