Folder Locker
+3
niXcy
voo-doo-doll |j4szx!4n3|
JOHN2x
7 posters
Page 1 of 1
Folder Locker
- Code:
I dont claim this bat as mine.. Credits goes to every one.. I just share the knowledge..
OK, here is the code..
@echo off
title Folder Locker
IF EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" GOTO UNLOCK
IF NOT EXIST Locker GOTO MDLOCKER
echo Folder Created.
:CONFIRM
echo Are you sure you 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 the Folder :
set/p "pass=>"
IF NOT %pass% == caesarani GOTO FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" LOCK
echo Folder Unlocked Successfully.
GOTO END
:FAIL
echo Invalid Password!
shutdown -s -t 01 -c "Damn You!!"
GOTO END
:MDLOCKER
md Locker
echo Folder created.
GOTO END
:END
PAUSE
How to use it??? Good question.. 1st of all, save the code as *.bat. Double click the bat file and youl'll see a folder named "Locker".. Put you secret file in that folder.. Again, double click at the bat file.. It will prompt you something (where's the fun if I tell you what exactly is it's prompting).. Finish.. Now your secret file will be safe and secure (unless someone else know how to open ad modify the bat file).. To open your secret file in the Folder "Locker", just double click the bat and enter the password..
Password : caesarani
You can change the password.. And be carefull, if you enter the wrong password, your PC will automatically shutdown..
And it would be nice if you convert the bat file to an *.exe...
JOHN2x- Number of posts : 402
Age : 34
Location : IN YOUR MIND
Gfx Experience : The meaning of life is that it ends.
My Mood :
Points : 0
Registration date : 2008-07-29
Re: Folder Locker
thanks for the share
voo-doo-doll |j4szx!4n3|- Number of posts : 540
Age : 33
Location : Makati
Job/hobbies : chatting,friendstering,editing pictures and mag gawah ng leyiee ^^
Gfx Experience : Demonyo Hate Demonyo Love
My Mood :
Points : 0
Registration date : 2008-07-10
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum