Introduction: Hidden Folder

About: It me Technerder!

In My Instructable I am going to show You How to Make a Batch File That, When you open and enter the password to Will open your hidden folder, instead of using a fancy computer software.

Step 1: Things You Need

Well The Hidden folder isn't Going to Fall out of the sky is it, So here are the things we need to make the Folder.

-Notepad Text editor

-A windows computer (windows 7/8 Recommended)

Step 2: Lets Get Started!!!

Ok Lets Get Started!!!

1-Open Notepad

2-Paste The Following Code inside Notepad

@echo off
echo Type the correct password.

:Start

set/p "number="

if %number%==Enter password here GOTO Correct

if NOT %number%== Enter password here GOTO FAIL

:Correct

Start 29137

GOTO End

:Fail

echo Password incorrect!!!

Pause

GOTO End

:End

3-Change the ''Enter Password here'' into your desired password.

4- Save as HF.bat (Don't forget to add the .bat extension) on Desktop an hide it just like in step 6

5-Create a folder named 29137 In Desktop

6-Go into the properties of the 29137 and select the box that says To make the folder hidden.

7-Open notepad again and paste the following code in:

@echo off

Start HF.bat

8-and save as Start.bat on desktop

9-Make sure that folder 29137 and HF.bat and start.bat are always in the same place.(eg. the same folder/place)

10-Continue To the Next Step.

Step 3: Finish

Now you Can place the stuff you don't want anybody to see in the hidden password protected folder you made.

However Somebody that has used batch programming could hack in and find your password for your folder.

The premade folder locker/hider is available for download bellow.