Dragons Rule!!!

Move zig for great justice!!!

Home | Business Page | EOCG | QBasic

Some QBasic files I created and some I found.

QBasic is a fun and fast programming language!
These are just some of the programs you can use.
 
I will try and get new programs up every couple of weeks so check back often.
 
If you want to get some past programs, e-mail me.  My e-mail address is at the bottom of the page.

I found this online but I don't know where:
 
CLS
PRINT "Insert compact disk, press any key,"
PRINT "run CD-Player and press Power (off)"
F$ = INPUT$(1)
SHELL "C:\CDROM\gsaudio.exe"
PRINT "10 Seconds play!"
SLEEP 10
SHELL "C:\CDROM\eject.exe"
CLS
PRINT "END"
END
'(Edit the first "SHELL" to your own program to run the player)
 
This program I created myself:
 
'This program shows a lot of smiley's and they change color until the user hits a key.
CLS
col = 0
smile:
DO
FOR col = 1 TO 15
COLOR col
PRINT CHR$(1);
NEXT col
LOOP UNTIL INKEY$ <> ""
END
 
If you would like the file I deleted, then ask me for the "bridge program for QBasic."
 
To run these, copy and paste them into notepad and save as a .bas file.

Free JavaScripts provided
by The JavaScript Source

E-mail me here!!

The
                  Fellowship of DragonsNext
This Fellowship of Dragons site is owned by
Draco!

Want to join the Fellowship of Dragons?
[Skip Prev] [Prev] [Next] [Skip Next] [Random] [Next 5] [List Sites]