Folder locker
Copy the following Code and paste into ''NOTEPAD'' and Save it with ''.bat'' Formate
cls
@ECHO OFF
title Folder AshiQue
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST AshiQue goto MDAshiQue
:CONFIRM
echo Are you sure and 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 AshiQue "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%==AshiQue goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" AshiQue
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDAshiQue
md AshiQue
echo AshiQue created successfully
goto End
:End
Save it as '' AshiQue.bat '' Password of it is '' AshiQue ''
You can follow my steps....
Step 1:
Step 2:
Step 3:
Step 4:
Step 5:
Step 6:
Step 7:
Step 8:
Step 9:
Step 10:
No comments
If you have any doubt, please let me know that with your valuable comments.