

Before you start
Before you can create a program in QBasic, you need the QBasic interpreter. It is available from your Windows 95 (or 98) CD, or you can download it below.
To access QBasic from the Windows 95 CD:
- Insert the CD into your CD-ROM drive.
- Click "browse this CD" (if the menu screen doesn't come up, then browse the CD from My Computer.
- Go to the \OTHER\OLDMSDOS directory.
- Open a program called QBASIC.EXE (this is version 1.1 of the QBasic interpreter).
To access QBasic from the Windows 98 CD:
- Insert the CD into your CD-ROM drive.
- Click "browse this CD" (if the menu screen doesn't come up, then browse the CD from My Computer.
- Go to the \TOOLS\OLDMSDOS directory.
- Open a program called QBASIC.EXE (this is version 1.1 of the QBasic interpreter).
Download it here:
QBASIC.ZIP (323 KB) - QBasic 1.1 interpreter and sample programs
UNZIP32.EXE (90 KB) - Extracts the ZIP file
To unzip the QBASIC.ZIP file with UNZIP32.EXE:
- Go to the Start Menu
- Click Run...
- Type the following (this loads MS-DOS):
- Enter the following in DOS (assuming you saved QBASIC.ZIP to C:\QBASIC):
cd c:\qbasic
unzip32 -n qbasic.zip
Feel free to distribute this tutorial, upload it to your website, link to it from your site, etc.
http://www.geocities.com/progsharehouse/qbtutor
Mirror: http://development.freeservers.com/qbtutor
|