Today I am going to talking about how to create folder lock easily with your notepad
Open notepad
Type this code or copy past into notepad
cls
@ECHO OFF
title Folder Locker
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" 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-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%==T21goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End
Change your password "T21"
Save the file as a .bat file
It will create folder as Loker and copy your screate file in to Loker folder
Yllix
Subscribe to:
Post Comments (Atom)
Type word or select image and get real money
Wow, this is an experience, If you know letters and numbers, then no need for any other skill you can make money. Just type letters or num...
-
hey, I have some good methods to earn money through the Internet. Don't worry, no need any skill. You have to do the only browser the In...
-
Hello, friends today I give you superb software for downloading. I provide you new (2019) Internet Download Manager software. In a one zip ...
-
What is the Semiconductor??????? Any of a class of crystalline solids intermediate in electrical conductivity between a conductor a...
No comments:
Post a Comment