Password protection

can someone tell me how to make a very basic password lock that will open befor programs??

and when the password is entered the program opens?
Last edited on
use if..else statement
if(pasword=="something")
{

}
else
{
}
Topic archived. No new replies allowed.