I will make this as easy as i can, and make it interesting
for the intermediates to experts, so you will learn something :o)
I suggest non-beginers skiping ahead!
First Download quickBasic and make a folder like c:\QuickBasic unzip it there.[If you cant do this, BUY A BOOK :o) ]
Now considering that you are using Dos, either with
Win95/98/memphis or Dos 3+, and QuickBasic comes with
versions below 6 then i think your entitled to use
QuickBasic!
Start Here
Now that you have started Basic [Q or Quick] lets start with
the basics. Type the following in, Like the image.


CLS
PRINT "The red fox jumped over the brown dog."
END




Now hit F5 or Shift + F5 to Run it!
Wasn't that easy? exactly! If you have any errors, check them
carefully :o)



----------------------------------
TIP, Add
Color 4
After CLS
to add a nice effect!
----------------------------------

*** If you cant do these, please try again, im trying to be
acurate so dont e-mail me unless you are positive i messed up! ***


Continue