writing a diary can be fun but I still like to keep it secretive |
the following code will hide all content that you have in the folder name Personal
Copy these code in a notepad and save it as *.bat
cls
@ECHO OFF
title Folder Personal
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Personal 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 Personal "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%==YOURPASSWORD goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Personal
echo Folder unlocked successfully
goto End
:FAIL
echo Invalid password
goto UNLOCK2
:FAIL2
echo Invalid password
goto end
:MDLOCKER
md Personal
echo Folder created successfully
goto End
:UNLOCK2
echo Last chance to enter correct password to unlock folder
set /p "pass=>"
if not %pass%==password goto FAIL2
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Personal
echo Folder unlocked successfully
:End
Pictures say thousand words, Videos say millions words | . |
Online chatting, improve communication skills and social networking |
Dancing at your own rhythm. More fun if you could do this with someone or friends |
Blogging is what I love to do. Sharing ideas, happenings around me, my thoughts, pictures |
Reading... For the sake of improving your skills and knowledge. I don't have the discipline to finish a book (unless if it's really interesting), but I am sure that I will try to get what i want. |
Shopping is good, because you reward yourself and it will make you feel better. |
Detoxification. It's interior cleansing. Feel better with flatter tummy. |
movie alone? maybe... when you watch movie alone, you get to admire the details and get inspired with the content |
No comments:
Post a Comment