Quantcast
Channel: Qbasic - Programmers Heaven
Viewing all articles
Browse latest Browse all 44

Password program

$
0
0

Hi!!!

I have made a password program, here it comms.

10 print "Login"
20 input a$
30 if a$ = "password" then goto 50: else goto 10
50 end

Compile it as a standalone program, and change the inlogings word to a word you want to login as. Then start it by write a line i AUTOEXEC.BAT like this: C:\login.exe and then have you protected your DOS computer from ppl who want to make a mess in your DOS computer.

Regards

Mikael Lj


Viewing all articles
Browse latest Browse all 44

Trending Articles