home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / TURBOPAS / INSTX210.ZIP / INSTX2.DOC < prev    next >
Encoding:
Text File  |  1985-09-08  |  5.0 KB  |  108 lines

  1. {**********************************************************************}
  2. {*                 I  N  S  T  X  .  D  O  C                          *}
  3. {*                                                                    *}
  4. {*             Separate this file out into INSTX.DOC                  *}
  5. {**********************************************************************}
  6.  
  7.        These file are demarked into Text,Main,and Include files.
  8.        A line of {*********} marks the file header and ....
  9.        A line of {.........} marks the file trailer.
  10.        The header indicates the filename used in the {$I ...}
  11.        statement.
  12.  
  13.        It was necessary to Archive/Squeeze the files to avoid excessive
  14.        download time.
  15.  
  16.        Separate the file with "ARC X INSTX2". Run Turbo with a main
  17.        file of INSTX.210. The input Turbo Compiler 3.00B or 3.01A
  18.        must reside within the current path. Patches will be made
  19.        to a copy; not the "real thing".
  20. {----------------------------------------------------------------------}
  21. {            I n s t a l l     e X e c u t e  C o m m a n d            }
  22. {----------------------------------------------------------------------}
  23.  
  24.       This program provides modifications to the Borland Turbo Pascal
  25.       compiler Versions 3.00B and 3.01A.
  26.  
  27.       Menu selections are -
  28.  
  29.       1) Specify Input Zap Data File
  30.  
  31.          This entry allows you to specify your own input zap file
  32.          or accept the default "INSTX.ZAP" provided.
  33.  
  34.       2) Specify Input/Output .COM File Names
  35.  
  36.          This entry allows you to override the default Input/Output
  37.          files used as source and target of the zaps or accept the
  38.          defaults of "TURBO.COM" and "TURBX.COM" as the input and
  39.          output file respecively.  The input file will be copied to
  40.          the output file. The output file name must specify a file
  41.          other than the input file.
  42.  
  43.       3) Reverse Edit Intensity Attributes
  44.  
  45.          This zap will reverse the intensity attributes of the Turbo
  46.          editor Menus and editor text screen.  This zap will not affect
  47.          the intensity attributes of programs produced by Turbo.
  48.  
  49.       4) Specify Edit Screen colors
  50.  
  51.          This zap allows PC Color Graphics Adapter (CGA) users to choose
  52.          full screen color attributes for Hilite, Normal, Marked, and Error
  53.          text for the Editor menus and screen. This does not affect
  54.          color/attributes of programs produced by the compiler.
  55.  
  56.       5) Install the eXecute Command
  57.  
  58.          This zap will install a DOS shell (EXEC process) so you may
  59.          exit to DOS while preserving the TURBO environment. You must
  60.          enter the DOS EXIT command to return to TURBO. Note that this
  61.          process requires a minimum of 128K for the TURBO compiler. The
  62.          eXecute command will obtain a second copy of COMMAND.COM from
  63.          the path specifed by the Comspec= environment parameter. (Thanks
  64.          to John Falconer's UseEnv function). Thus, you must have Command.Com
  65.          available via that path. Errors are returned as "EXEC Error #"
  66.          where # =
  67.  
  68.                 2: Command.Com not found on specified (Comspec) path
  69.                 3: Path not found - incorrect Comspec path assignment
  70.                 4: Too many open files - cant get a handle from DOS
  71.                 5: Access denied - hidden Command.Com ??? Say What !!???
  72.                 6: Invalid Handle
  73.                 7: Memory control blocks destroyed-memory allocation err
  74.                 8: Insufficient memory to run secondary shell
  75.                 9: invalid Memory block address - clobbered memory
  76.                                    :
  77.                15: Invalid drive specified
  78.  
  79.          for further information on unlikely errors see DOS Technical
  80.          Reference Manual (Murphy's Error Return Table 5-15).
  81.  
  82.       6) User specified Zaps
  83.  
  84.          This menu will ask you for a Keyword, search the Zap file
  85.          for a matching Keyword+Version and apply the zap.
  86.          Look at the INSTX.ZAP file for user zaps that apply to
  87.          your particular version of TURBO. You will find such zaps by
  88.          TURBO gurus as
  89.                          Bela Lubkin
  90.                          N.Arley Dealey
  91.                          et al.
  92.  
  93.          whose ideas gave rise to this program. The "maximum" zap sets
  94.          the default mAximum memory that a compiled program uses to
  95.          64K rather than All memory. the "msgyes" zap causes the compiler
  96.          to answer its own "Include error messages (Y/N)?" Yes, while the
  97.          "msgno" does the opposite.
  98.  
  99.  
  100.                                         Regards
  101.  
  102.                                         - The Hunters Helper -
  103.                                             Lane  Ferris
  104.                                             4268 26th St.
  105.                                             San Francisco 94131
  106.                                             CompuServe [70357,2716]
  107. {......................................................................}
  108.