home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 15 / CDACTUAL15.iso / cdactual / program / basic / QBPRO7.ZIP / V7READ.ME < prev    next >
Encoding:
Text File  |  1989-07-28  |  2.6 KB  |  50 lines

  1. The following files are used in conjunction with the QB/Pro Volume 7
  2. demonstration:
  3.  
  4.         FULLCUR.BAS - The source file for the FULLCUR.EXE file. This is a
  5.                       small utility that changes the DOS cursor to a
  6.                       full block. See the comments within that file for
  7.                       additional information.
  8.                       
  9.         FULLCUR.$$$ - The "work file" generated by our PreProcessor program.
  10.                       This file is generated for actual compilation.
  11.                       
  12.         FULLCUR.EXE - The STANDALONE program compiled with QuickBASIC 4.5 and
  13.                       LINKed using the Xmodules from QB/Pro Volume 7. Note
  14.                       that it is only 3300 bytes.
  15.                       
  16.             OPT.EXE - A demo version of our QB Optimizer program. See the
  17.                       brochure for features. Start it from the DOS prompt as
  18.                       follows:
  19.                       
  20.                         OPT <Enter>
  21.                             Brings up the configuration menu where you
  22.                             may set your default options and manually select
  23.                             the files you wish to process.
  24.                             
  25.                         OPT FileName <Enter> 
  26.                             Processes Filename using the default settings. The
  27.                             original file's extension is changed to .BAK and
  28.                             the processed output file is given the original
  29.                             FileName.
  30.                             
  31.          PPDEMO.BAS - A small BASIC source file containing several
  32.                       "pre-commands" used for conditional compiling. The work
  33.                       file generated by the PreProcessor program (which is
  34.                       what is actually compiled) is called PPDEMO.$$$.
  35.                       
  36.            XREF.EXE - A demo version of our XREF program. Please see the
  37.                       brochures for features. Type XREF at the DOS prompt for
  38.                       operating instructions.
  39.                       
  40.        XREFTEST.BAS - A small BASIC program used to demonstrate XREF's
  41.                       capabilities.
  42.                       
  43.        XREFTEST.XRF - The output file generated by XREF when XREFTEST.BAS was
  44.                       processed.
  45.                       
  46.   Please note that the demo versions of OPT.EXE and XREF.EXE are limited to
  47.   processing files no larger than 200 lines. The production versions of these
  48.   programs do not have such limitations.
  49.  
  50.