Hi today I'm gonna teach you how to make a folder locker for your files just copy and paste the code using your 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 Enter password to lock folder or for cancel press N
set/p "cho=>"
if %cho%==XXXX 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%==XXXX goto 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
--DON'T FORGET TO SUBSCRIBED--
replace the XXXX by the password you want
save it finally anything.bat
(.bat Is impotent)
Thanks for visiting! this blog is for everyone providing a better chance of getting more accessible for your computer system needs free softwares, books,tutorial sites and everything. The author reminds that his not responsible for any troubles for the users downloaded files that may bring so use it wisely as it is issued an educational purpose only. Everything here is free! comments are well much appreciated.ENJOY HACKING!
Sabado, Agosto 11, 2012
BOOKS IN HACKING
Hi there this book is dangerous don't use it in any trouble the author is not responsible for your any actions so use it securely and wisely cause this site intend to give only educational purpose ENJOY HACKING!!! use pdf reader to open the files and don't forget to subscribe!
Mag-subscribe sa:
Mga Post (Atom)