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 / BEEHIVE / ZSUS / Z3HELP-5.LBR / V.LBR / VTCAP.HZP / VTCAP.HLP
Text File  |  2000-06-30  |  8KB  |  153 lines

  1. ;
  2.                                   VTCAP.COM                                   
  3.  
  4.              Size (recs) CRC   Version    Author/Latest Issue      Disk
  5.               23k (181)  90C9  1.2        Terry Pinto 11/87        Z3COM10
  6.  
  7.   1- Syntax                                                                   
  8.  
  9.    VTCAP  is  a  video-oriented  database  manager  designed  specifically  to
  10. manipulate the Terminal CAPabilities (TCAP) database.  Until VTCAP,  the  only 
  11. way to modify or add terminals to an existing TCAP was to edit the source code 
  12. and reassemble the code.   VTCAP provides  a much easier method to modify TCAP
  13. files.  Type the appropriate letter for help on each of VTCAP's functions.
  14.  
  15.    A)DD Terminal to TCAP                S)EARCH for Terminal in TCAP
  16.    P)REVIOUS Terminal in Listing        N)EXT Terminal in Listing
  17.    U)PDATE Current Terminal             D)ELETE Current Terminal
  18.    L)IST Terminals to CRT or Printer    M)ERGE New TCAP file with Old TCAP
  19.    H)ELP                            Z)3-LOAD Load Z3TCAP file
  20. :1
  21.  
  22.  
  23.    Syntax:  VTCAP /H or // or /?   <-- command line help
  24.  
  25.             VTCAP filename /o      <-- edit TCAP file
  26.  
  27.  
  28.    TCAP files should be placed in the DU selected in VTCAPHDR.LIB.  
  29.    VTCAP should be anywhere in the path (NOT IN REMOTE USER PATH).
  30. :A
  31. ------------------------------------------------------------------------------
  32.                      ADD Terminals To TCAP Files
  33.  
  34. Command Line Syntax:        VTCAP filename /A 
  35. ------------------------------------------------------------------------------
  36.  
  37. On entry, you are placed in  a blank TCAP record.   You may enter  all  of the 
  38. desired information  about the terminal  at this time.   If you specified  the 
  39. terminal on the command line,  the program will enter the terminal name in the 
  40. appropriate field and processing will continue to the next field.
  41.  
  42. While in the TCAP record, you may place the cursor on anywhere within the TCAP
  43. record with the use of the arrow keys,  if the TCAP  for your terminal support  
  44. them.  If not, you may use the standard Wordstar conventions.
  45.  
  46. When entry  is completed,  you  may issue  a ^W (control W) to  record the new 
  47. information to  the disk.  If you  wish to exit  without writing  to the disk, 
  48. just issue a ^Q (control Q).
  49. :S
  50. ------------------------------------------------------------------------------
  51.                      SEARCH for Terminal in TCAP
  52.  
  53. Command Line Syntax:     VTCAP filename /S
  54. ------------------------------------------------------------------------------
  55.  
  56. This is used to locate a specific terminal in the TCAP file.  You  may include
  57. the terminal name  in the command line  or provide it when prompted within the 
  58. file.
  59. :P
  60. ------------------------------------------------------------------------------
  61.                       PREVIOUS Terminal in TCAP
  62.  
  63. Command Line Syntax:     Not Available From Command Line
  64. ------------------------------------------------------------------------------
  65.  
  66. This command is  only available from  within the database section.   After you
  67. select a terminal by  a SEARCH,  you may use PREVIOUS  to  get to the terminal
  68. prior to the one selected.
  69. :N
  70. ------------------------------------------------------------------------------
  71.                         NEXT Terminal in TCAP
  72.  
  73. Command Line Syntax:     Not Available From Command Line
  74. ------------------------------------------------------------------------------ 
  75.  
  76. This command is  only available from  within the database section.   After you  
  77. select a terminal by  a SEARCH,  you may use NEXT to get to the terminal after 
  78. the one selected.
  79. :U
  80. ------------------------------------------------------------------------------
  81.                        UPDATE Current Terminal
  82.  
  83. Command Line Syntax:     VTCAP filename /U
  84. ------------------------------------------------------------------------------ 
  85.  
  86. This  command  is used  to  select and update  the selected terminal.  If  the 
  87. terminal is specified on the command line,  you will be placed in the database 
  88. within  the terminal record selected.   After the update is complete,  you may 
  89. use ^W (control W) to write the file to disk or you  may use ^Q (control Q) to 
  90. abort the update and be returned to the database level.
  91. :D
  92. ------------------------------------------------------------------------------
  93.                        DELETE Current Terminal
  94.  
  95. Command Line Syntax:     VTCAP filename /D
  96. ------------------------------------------------------------------------------ 
  97.  
  98. You may use this command to delete a selected terminal from the TCAP files. If
  99. you specify the terminal from the command line, the terminal requested will be
  100. deleted from the  TCAP files and  you will be returned  to the database level. 
  101. If you elect to specify the 'D' option from the database,  you will delete the 
  102. current terminal from the listing.
  103. :L
  104. ------------------------------------------------------------------------------
  105.                             LIST Terminals 
  106.  
  107. Command Line Syntax:     VTCAP filename /L
  108. ------------------------------------------------------------------------------ 
  109.  
  110. This command will allow you to list all of the terminals in the requested TCAP
  111. file to the CRT or printer.   If the filename is  not supplied  on the command 
  112. line, you will  be prompted for one.   The  file requested MUST reside  on the 
  113. Drive/User area  specified  as TCPDRV  and TCPUSR  in  the  source  file.  The 
  114. default D/U is A14.
  115. :M
  116. ------------------------------------------------------------------------------
  117.                            MERGE TCAP Files
  118.  
  119. Command Line Syntax:     VTCAP filename /M
  120. ------------------------------------------------------------------------------
  121.  
  122. The MERGE command is  by far the most powerful.   It allows you to compare two 
  123. TCAP files and create a new one (MERGE.TCP).   This feature will  allow you to 
  124. make sure  that no terminal  definations have  been dropped  from the listing.  
  125. Careful usage will  also allow you  to create a  file consisting of  a few new 
  126. listings and use that file as the newfile listing.   Newfile MUST be specified 
  127. on  the command  line  and is  the name  of  the new  TCAP file.   Oldfile  is 
  128. optional.  You may supply the name of your old TCAP file, or a default name of
  129. Z3TCAP.TCP will be used.   If you get  a new TCAP  file somewhere  and are not 
  130. sure if it was created by using TCDB, just MERGE it with your current TCAP. 
  131. :H
  132. ------------------------------------------------------------------------------
  133.                               HELP Files
  134.  
  135. Command Line Syntax:     VTCAP /H
  136. ------------------------------------------------------------------------------
  137.  
  138. The help command differs from the help files you are currently reading in that
  139. the internal help files only supply you with a quick synopsis of the  commands
  140. available and their proper syntax.  No detailed information is provided.
  141. :Z
  142. ------------------------------------------------------------------------------
  143.                            LOAD Z3TCAP FILE
  144.  
  145. Command Line Syntax:     VTCAP filename /Z
  146. ------------------------------------------------------------------------------
  147.  
  148. The load command  allows  the  user  to  select  other  Z3TCAP  files.   After 
  149. functions such as MERGE, ADD and DELETE, new files are created.  The  filename
  150. will  be Z3TCAPxx  where xx is  the version number of the  file.  This  is the 
  151. same version number you are prompted for.   You may  use the LOAD  function to 
  152. examine the results.  You will be prompted to enter the filename.
  153.