home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / pub / vmshex / READ.ME < prev    next >
Text File  |  2020-01-01  |  1KB  |  50 lines

  1. VMS C-KERMIT HEX FILES
  2.  
  3. For C-Kermit 6.0, September 1996
  4.  
  5. The kermit/vmshex directory contains hex-encoded VMS C-Kermit executables
  6. to be transferred in text mode, or written to ANSI-format magnetic tapes,
  7. and then decoded with the CKVDEH.MAR program.
  8.  
  9. Filenames are shortened from the more readable format used in the kermit/bin
  10. directory so they will fit into the dataset name field of the a standard ANSI
  11. tape file header:
  12.  
  13.   phnn-tttvv.HEX
  14.  
  15. where:
  16.  
  17.   p   = Program:  K for Kermit or C for CKVCVT (the labeled file converter)
  18.   a   = architecture: A for Alpha, V for VAX
  19.   nn  = VMS version, e.g. 62 for VMS 6.2
  20.   ttt = TCP/IP product, if any:
  21.     CMU = CMU-OpenVMS/IP ("CMU/Tek")
  22.     UCX = DEC TCP/IP
  23.     TGV = Cisco (TGV) MultiNet
  24.     WIN = Attachmate (Wollongong) WIN/TCP (PathWay)
  25.     PST = Process Software TCPware
  26.   vv =  The version number of the TCP/IP product.
  27.  
  28. When there is no TCP/IP support built in, tttvv is "NONET".
  29.  
  30. Examples:
  31.  
  32.   KV44-TWG32.HEX  = Kermit VAX VMS 4.4 Wollongong 3.2
  33.   KA62-TGV40A.HEX = Kermit Alpha VMS 6.2 Multinet 4.0A
  34.   KA70-NONET.HEX  = Kermit Alpha VMS 6.2, no networks
  35.   CV55.HEX        = CKCVT VAX VMS 5.5
  36.  
  37. Also included are the hexifying and dehexifying programs themselves:
  38.  
  39. CKVDEH.COM
  40.   DCL procedure for building CKVDEH.EXE
  41.  
  42. CKVDEH.HLP
  43.   Documentation for the hexifying and dehexifying programs
  44.  
  45. CKVDEH.MAR
  46. CKVHEX.MAR
  47.   Macro-32 source code for the hexifying and dehexifying programs
  48.  
  49. (End)
  50.