home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / ENTERPRS / CPM / UTILS / S / SCAN21.LBR / SCANINST.DYC / SCANINST.DYC
Text File  |  1990-01-03  |  5KB  |  113 lines

  1. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  2. *                                                               *
  3. *                       S C A N I N S T                         *
  4. *                                                               *
  5. *               A Terminal Installation Utility                 *
  6. *                    For Use With SCAN.COM                      *
  7. *                                                               *
  8. *                              by                               *
  9. *                          Terry Hazen                          *
  10. *                     21460 Bear Creek Road                     *
  11. *                      Los Gatos, CA 95030                      *
  12. *                                                               *
  13. *                Voice.......... (408) 354-7188                 *
  14. *                Saratoga RBBS.. (408) 354-5934                 *
  15. *                Zee-Machine.... (408) 245-1420                 *
  16. *                                                               *
  17. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  18.  
  19.  
  20. Revision History
  21. ----------------
  22.  
  23. 01/10/89      Based SCANINST on TCSELECT to install Z3TCAP files
  24.   v1.0        into SCAN.COM for use under non-ZCPR3 systems.
  25.                        - Terry Hazen
  26.  
  27. =================================================================
  28.  
  29.  
  30. Overview
  31. --------
  32.  
  33. SCANINST.COM is used to install a Z3TCAP (Zcpr3 Terminal
  34. Capabilities) terminal definition into SCAN's internal Z3TCAP
  35. area when SCAN is to be run in a non-ZCPR3 environment, such as
  36. CP/M.   It allows the user to easily select a standard terminal
  37. Z3TCAP terminal definition to match his terminal from the
  38. selection of terminals contained in the standard file of ZCPR3
  39. terminal capabilities, Z3TCAP.TCP, and to install it into SCAN.
  40.  
  41. An internal Z3TCAP is not required when SCAN runs in a ZCPR3
  42. environment unless you wish to load an internal Z3TCAP to allow
  43. you to customize it for SCAN operation without needing to modify
  44. your normal system Z3TCAP, or if you wish to run the same copy of
  45. SCAN in ZCPR3 and non-ZCPR3 environments.
  46.  
  47. It should be noted that specific terminal definitions in the
  48. Z3TCAP.TCP file furnished with this library may not include the
  49. new extended control sequences.  As users define extended
  50. Z3TCAPs for more terminals, upgraded Z3TCAP.TCP files containing
  51. the extended definitions will probably be distributed and may be
  52. used with SCANINST.  You may, however, use the information on the
  53. structure of the extended Z3TCAP contained in Z3TCAP.DOC to patch
  54. the Z3TCAP terminal definiton you have loaded into SCAN to
  55. include delete line, insert line, if you desire, or you may patch
  56. the lelete and insert line sequences directly into SCAN's
  57. internal locations for use with a standard Z3TCAP, as covered in
  58. SCAN.PAT.
  59.  
  60. In order to use SCANINST, the files SCANINST.COM, Z3TCAP.TCP and
  61. SCAN.COM must all be on the logged drive/user.  If you have
  62. renamed SCAN.COM, you must specify the new name on the command
  63. line.
  64.  
  65. Since SCANINST installs the Z3TCAP into the second record of the
  66. specified file, it should not be used to attempt to install a
  67. Z3TCAP into any file other than SCAN.COM, as it will overwrite
  68. the second record in that file with terminal information.
  69.  
  70.  
  71. Syntax
  72. ------
  73.  
  74. SCANINST's command line syntax is:
  75.  
  76.      SCANINST [filename[.typ]]     (The default is SCAN.COM)
  77.  
  78. For a help screen display, the syntax is:
  79.  
  80.      SCANINST ? or //
  81.  
  82. When no filename is specified, the selected terminal will be
  83. installed into SCAN.COM.  If you wish to install a terminal
  84. selection into a renamed SCAN, specify the filename on the
  85. command line.  If no filetype is specified, '.COM' is the default
  86. filetype.  No wildcard filename/filetype specifications may be
  87. used.
  88.  
  89. The operation of SCANINST is menu-driven and should require no
  90. detailed explanation.  When you have made and confirmed your
  91. terminal selection, SCANINST will write the installed file back
  92. to disk.  You may reinstall another terminal into SCAN at any
  93. time by running SCANINST again.  You may also patch SCAN to
  94. ignore the currently loaded internal Z3TCAP by patching the first
  95. byte of the Z3TCAP (the terminal name) to a space (20h)
  96. character.
  97.  
  98. If you run SCAN in a non-ZCPR3 environment, you must also patch
  99. the number of lines and columns used by your terminal into
  100. SCAN.  Since these values are not contained in the Z3TCAP
  101. file that was installed, you must patch them directly.  See
  102. SCAN.PAT for further patching information.
  103.  
  104. After you have installed your terminal, you may find that you
  105. would like to tune up your terminal installation in some way or
  106. add the delete and insert line terminal control sequences.  You
  107. may also further patch SCAN to modify the terminal control
  108. sequences and to alter other aspects of SCAN's operation.
  109. Consult your terminal manual and see Z3TCAP.DOC for information
  110. on the structure of the extended Z3TCAP.
  111.  
  112. =================================================================
  113.