QBASIC
Home >>
MS-DOS Reference >>
Command Categories >>
Miscellaneous Commands >>
QBASIC
Description
A BASIC programming environment.
Command Syntax
QBASIC [/B] [/EDITOR] [/G] [/H] [/MBF] [/NOHI] [[/RUN] [drive:][path]filename]
-
/B Allows use of a monochrome monitor with a color graphics card.
-
/EDITOR Starts the MS-DOS Editor.
-
/G Provides the fastest update of a CGA screen.
-
/H Displays the maximum number of lines possible for your hardware.
-
/MBF Converts the built-in functions MKS$, MKD$, CVS, and CVD to
MKSMBF$, MKDMBF$, CVSMBF, and CVDMBF, respectively.
-
/NOHI Allows the use of a monitor without high-intensity support.
-
/RUN Runs the specified Basic program before displaying it.
Comments
If you don't want to program, you can leave QBASIC alone. However, if you
wish to use EDIT or DOS 6's HELP program you must have all the QBASIC files
available as these are used by EDIT and HELP.
QBASIC is a good environment in which to learn BASIC. It's more or less
standard now, especially as Visual BASIC can understand most QBASIC commands.
Most of the more powerful functions available in QuickBASIC have been removed
so it's impossible to call DOS interrupts, for example.
Printed from the NukeSoft MS-DOS Reference. Copyright
© 1995 - 2006 Marcus Houlden