Introduction: Vbs Password Lock

This is a .vbs password script that I made so i could password protect a folder .. so i decided i would publish it =D .....
This script doesn't do anything fancy like actually lock the folder ...This script only prompts you for a password but then dose nothing with it...
i used this script with another script so instead of getting 'please enter password' in a batch screen i got it in a nice little box ...

this doesn't actually lock the file/folder so i just used one of the folder locks on instructables, theres lots of them .. then just brake it down and use my pass lock.

i found that in the script and put in call password.vbs then i made it into an exe using the converter .. u don't have to do this ..
NOTE :.:.: THIS SCRIPT IS VERY HARD TO USE WITHOUT KNOWING HOW IT WORKS .. ( but if you have good knowledge with vbs this will be easy =D )

ALSO NOTE: This is NOT secure, anyone with any brains could crack this ... it's just to keep people like little brothers or sisters out .. in my case big brothers =P i own him on computers =D

Step 1: My Script...

Here is The script.......
you will have to delete one of the 's' at the end so it it 'password.vbs' or what ever you want as long as it ends in vbs...
I SERGEST KNOWING HOW THIS SCRIPT WORKS BEFOR EDITING IT !!!!

Dont want to download script incase of virus?
CLICK HERE
then copy and paste code into notpad and save as 'somthing.vbs'

Step 2: Your Password

Lets start with your password ......
This script gives you 3 chances at gettin the password right ... we will find out what to do if you dont get it in 3 tries in a later step ......
when you have this script you should change the password, and the links, there are 3 places for you to type your password as shown in the pic......
Make sure all of these passwords are the same!

Step 3: The Links

ok lets start with the'correct links' ... there are 3 of them you should cange these to e.g. ' correct.bat' or exe ... so when you get the password correct it will run 'watever.bat or exe' .. and in that script will be the scripts to unlock the folder.....
the other link, 2nd pic, is if yo get the password wrong more than 3 times it follows this link so eg. 'fail.bat or exe' and in that script you would make it lock, shutdown pc or anything else you want .....

Step 4: Hope This Was Helpful!

Hope this Instructable was helpful if you need any help or have any questions please pm me or leave a comment thanks .... =D

if you also want to know how the rest of the script works ( so you have a better understanding of it ) please pm me and ill try my best to explain to you ....