Undocumented BC.EXE Metacommands That Affect .LST Listing (35825)
This article was previously published under Q35825
SUMMARY
Placing the following metacommands into your source file affects the
list (.LST) file generated by the compiler:
REM $List
REM $linesize
REM $title
REM $subtitle
REM $page
REM $pagesize
These metacommands are correctly documented in the "Microsoft
QuickBasic Compiler" version 1.0x manual, and are used by the
BASCOM.EXE compiler in QuickBasic versions 1.00, 1.01, and 1.02. Note
that these metacommands do not apply to QuickBasic versions 2.00,
2.01, and 3.00, which do not output a source-listing .LST file.
The above metacommands work with the BC.EXE compiler that is provided
with Microsoft QuickBasic versions 4.00, 4.00b, and 4.50; with
Microsoft Basic Compiler versions 6.00 and 6.00b; and with Microsoft
Basic Professional Development System (PDS) versions 7.00 and 7.10 for
MS-DOS and MS OS/2. However, these metacommands need to be added to
the following manuals:
- "Microsoft QuickBasic 4.0: Basic Language Reference," Appendix C,
"Metacommands," for versions 4.00 and 4.00b
- "Microsoft QuickBasic 4.5: Basic Language Reference," Appendix C,
"Metacommands," for version 4.50
- "Microsoft Basic Compiler 6.0: Basic Language Reference," Appendix C,
"Metacommands," for versions 6.00 and 6.00b
- "Microsoft Basic 7.0: Basic Language Reference" (metacommands are
listed alphabetically) for Basic PDS versions 7.00 and 7.10.
Modification Type: |
Minor |
Last Reviewed: |
1/8/2003 |
Keywords: |
KB35825 |
|