home *** CD-ROM | disk | FTP | other *** search
- The following files are used in conjunction with the QB/Pro Volume 7
- demonstration:
-
- FULLCUR.BAS - The source file for the FULLCUR.EXE file. This is a
- small utility that changes the DOS cursor to a
- full block. See the comments within that file for
- additional information.
-
- FULLCUR.$$$ - The "work file" generated by our PreProcessor program.
- This file is generated for actual compilation.
-
- FULLCUR.EXE - The STANDALONE program compiled with QuickBASIC 4.5 and
- LINKed using the Xmodules from QB/Pro Volume 7. Note
- that it is only 3300 bytes.
-
- OPT.EXE - A demo version of our QB Optimizer program. See the
- brochure for features. Start it from the DOS prompt as
- follows:
-
- OPT <Enter>
- Brings up the configuration menu where you
- may set your default options and manually select
- the files you wish to process.
-
- OPT FileName <Enter>
- Processes Filename using the default settings. The
- original file's extension is changed to .BAK and
- the processed output file is given the original
- FileName.
-
- PPDEMO.BAS - A small BASIC source file containing several
- "pre-commands" used for conditional compiling. The work
- file generated by the PreProcessor program (which is
- what is actually compiled) is called PPDEMO.$$$.
-
- XREF.EXE - A demo version of our XREF program. Please see the
- brochures for features. Type XREF at the DOS prompt for
- operating instructions.
-
- XREFTEST.BAS - A small BASIC program used to demonstrate XREF's
- capabilities.
-
- XREFTEST.XRF - The output file generated by XREF when XREFTEST.BAS was
- processed.
-
- Please note that the demo versions of OPT.EXE and XREF.EXE are limited to
- processing files no larger than 200 lines. The production versions of these
- programs do not have such limitations.
-