home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / old / ckermit5a190 / ckvaaa.hlp < prev    next >
Text File  |  2020-01-01  |  11KB  |  280 lines

  1. CKVAAA.HLP                                                     November 1994
  2.  
  3.             C-KERMIT 5A FILES FOR VMS AND OPENVMS
  4.  
  5.  
  6. C-Kermit 5A(190) bears the following copyright notice:
  7.  
  8.   Copyright (C) 1985, 1994, Trustees of Columbia University in the City of New
  9.   York.  The C-Kermit software may not be, in whole or in part, licensed or
  10.   sold for profit as a software product itself, nor may it be included in or
  11.   distributed with commercial products or otherwise distributed by commercial
  12.   concerns to their clients or customers without written permission of the
  13.   Office of Kermit Development and Distribution, Columbia University.  This
  14.   copyright notice must not be removed, altered, or obscured.
  15.  
  16.  
  17. DOCUMENTATION
  18.  
  19.   Frank da Cruz and Christine M. Gianone, "Using C-Kermit", Digital Press /
  20.   Butterworth-Heinemann, Woburn, MA, 1993, 514 pages, ISBN 1-55558-108-0
  21.  
  22.   US single-copy price: $39.95; quantity discounts available.  Available in
  23.   computer bookstores or directly from Columbia University:
  24.  
  25.     Kermit Development and Distribution
  26.     Columbia University Academic Information Systems
  27.     612 West 115th Street
  28.     New York, NY  10025-7799
  29.     USA
  30.     Telephone: +1 212 854-3703
  31.     Fax:       +2 212 663-8202
  32.  
  33.   Domestic and overseas orders accepted.  Price: US $39.95 (US, Canada,
  34.   and Mexico), US $50 elsewhere.  Orders may be paid by MasterCard or
  35.   Visa, or prepaid by check in US dollars.  Add US $35 bank fee for checks
  36.   not drawn on a US bank.  Price includes shipping.  Do not include sales
  37.   tax.  Inquire about quantity discounts.
  38.  
  39.   You can also order by phone from the publisher, Digital Press /
  40.   Butterworth-Heinemann, with MasterCard, Visa, or American Express:
  41.  
  42.     +1 800 366-2665   (Woburn, Massachusetts office for USA & Canada)
  43.     +44 1865 314627   (Oxford, England distribution centre for UK & Europe)
  44.     +61 03 9245 7111  (Melbourne, Vic, office for Australia & NZ)
  45.     +65 356-1968      (Singapore office for Asia) 
  46.     +27 (31) 2683111  (Durban office for South Africa)
  47.  
  48.   A German-language edition is also available:
  49.  
  50.     Frank da Cruz and Christine M. Gianone, "C-Kermit - Einfuehrung und
  51.     Referenz", Verlag Heinz Heise, Hannover, Germany (1994).
  52.     ISBN 3-88229-023-4.  Deutsch von Gisbert W. Selke.  Price: DM 88,00.  
  53.     Verlag Heinz Heise GmbH & Co. KG, Helstorfer Strasse 7, D-30625 Hannover.
  54.     Tel. +49 (05 11) 53 52-0, Fax. +49 (05 11) 53 52-1 29.
  55.  
  56. PLEASE PURCHASE THE MANUAL.  It will teach you how to use the C-Kermit
  57. software, it will answer your questions, and proceeds from the sales are a
  58. major source of funding for the Kermit effort.
  59.  
  60.  
  61. FTP ACCESS
  62.  
  63. Host: kermit.columbia.edu [128.59.39.2].  Directory:
  64.  
  65.                       Text files          Binary files
  66.                       ----------------    ---------------  
  67. Current release:      kermit/f            kermit/bin, kermit/vmshex
  68.  
  69. Test version if any:  kermit/test/text    kermit/test/bin
  70.  
  71. All files for VMS C-Kermit have names beginning with CK.  Those particular to
  72. VMS begin with CKV.  Those that VMS C-Kermit share in common with other
  73. C-Kermit implementations begin with CKE, CKC or CKU.  When retrieving these
  74. files via ftp from kermit.columbia.edu, which is a UNIX system, use only
  75. lowercase letters in directory and filenames.  For example, to get the file
  76. CKVKER.HEX, use the command "get ckvker.hex".  Case matters.  (Exception:
  77. some of the Kermit directories might contain a file called READ.ME or NEWS;
  78. again, case matters.)
  79.  
  80.  
  81. VMS C-KERMIT TEXT FILES:
  82.  
  83. It is recommended that the following text files be placed in a KERMIT:
  84. directory on your (Open)VMS system, where all users can have read access to
  85. them for reference, except for CKVKER.HLP, which goes in the HELP library.
  86. These are all ordinary plain-text ASCII files that can type typed, edited,
  87. printed, etc.
  88.   
  89. CKVAAA.HLP
  90.   This file, which explains what the other files are for.  Can be renamed
  91.   to READ.ME.
  92.  
  93. CKVINS.DOC
  94.   IMPORTANT: READ THIS!  VMS C-Kermit installation instructions.  
  95.   This file is for the system administrator.
  96.  
  97. CKVKER.HLP
  98.   A short VMS-style help file for VMS C-Kermit, to be installed in the system
  99.   HELP library.  See CKVINS.DOC for instructions.  This is no substitute for
  100.   the manual.
  101.  
  102. CKERMIT.INI
  103.   Standard C-Kermit initialization file.  For users.  This file defines
  104.   the macros used by the services directory and other features.  A single
  105.   copy can be installed for system-wide use (see CKVINS.DOS for instructions).
  106.  
  107. CKERMOD.INI
  108.   Sample C-Kermit customization file.  Each user would copy this file to
  109.   her/his login directory and edit it to achieve the desired personal
  110.   customizations.
  111.  
  112. CKERMIT.KDD
  113.   Sample dialing directory
  114.  
  115. CKERMIT.KSD
  116.   Sample services directory
  117.  
  118. CKCKER.UPD
  119.   Updates to C-Kermit since "Using C-Kermit" was published.  For users.
  120.   This is user-level documentation for features that were added to C-Kermit
  121.   in edits 189 and 190.
  122.  
  123. CKCKER.BWR
  124.   General C-Kermit "Beware file".  Troubleshooting hints and tips for users,
  125.   pertaining to C-Kermit in general (C-Kermit runs on about ten major
  126.   operating systems, of which VMS is just one).
  127.  
  128. CKVKER.BWR
  129.   VMS-specific C-Kermit "Beware File".  VMS-specific hints and tips for users.
  130.  
  131. CKETEST.INI, CKEDEMO.INI, CKEVT.INI
  132.   Online copies of demonstration macros from "Using C-Kermit".  
  133.  
  134.  
  135. BINARIES  
  136.  
  137. VMS C-Kermit binaries are available for both VAX and Alpha AXP, and for each
  138. processor in a variety of forms, depending on which, if any, TCP/IP networking
  139. product is available.  The binaries are distributed in binary format for those
  140. who receive TK50 BACKUP-format media, or who can access them directly via FTP,
  141. and in a special "HEX" format, as text files.  These HEX files may be decoded
  142. back into their original binary format using the CKVDEH.MAR program, which you
  143. can assemble on your VAX or Alpha AXP system.  Complete instructions for how
  144. to do this are included in the CKVDEH.HLP file.
  145.  
  146. Summary of executable names -- XXX is replaced by EXE for a binary executable
  147. and HEX for a HEX-encoded executable which must be decoded by CKVDEH.  The
  148. *.HEX files are in the kermit/vmshex directory and the *.EXE files are in the
  149. kermit/bin directory:
  150.  
  151.      VAX           AXP         Network
  152.  
  153.   CKVVKER.XXX   CKVAKER.XXX    No network support, VMS 5.x and later
  154.   CKVVMS4.XXX     (N/A)        Ditto, VMS 4.x
  155.   CKVVTGV.XXX   CKVATGV.XXX    TGV MultiNet
  156.   CKVVTWG.XXX   CKVATWG.XXX    Wollongong TCP/IP (PathWay)
  157.   CKVVUCX.XXX   CKVAUCX.XXX    DEC TCP/IP (UCX)
  158.   CKVVPST.XXX   CKVAPST.XXX    Process Software TCPware
  159.   CKVVCMU.XXX     (N/A)        CMU/Tek TCP/IP
  160.  
  161. In more detail:
  162.  
  163. CKVVKER.XXX - C-Kermit for the VAX built with no network support under VMS
  164.   5.5-1 and should run on VAX/VMS / (Open)VMS/VAX 5-point-anything and above.
  165.  
  166. CKVVMS4.XXX - C-Kermit for VAX/VMS 4.x, no networks, built on a VMS 4.5.
  167.  
  168. CKVVCMU.XXX - C-Kermit for VMS 5.x on a VAX with CMU/Tek TCP/IP network
  169.   support.
  170.  
  171. CKVVPST.XXX - C-Kermit for VMS 5.x on a VAX with Process Software TCPware
  172.   support.  Built on VMS 5.5-2.
  173.  
  174. CKVVTGV.XXX - C-Kermit for VMS 5.x on a VAX with TGV MultiNet network support.
  175.   Built on VMS 5.3.
  176.  
  177. CKVVTWG.XXX - C-Kermit for VMS 5.x and 6.x on a VAX with Wollongong WIN/TCP
  178.   (Pathway) network support.  Built on VMS 5.1.
  179.  
  180. CKVVUCX.XXX - C-Kermit for VMS 5.x on a VAX with DEC TCP/IP (UCX) network
  181.   support.  It should also be possible to use this one on a MultiNet and
  182.   TCPware systems, since those products offer "UCX compatibility mode".  Built
  183.   on VMS 5.5-1; should run on all 5.x and 6.x systems.
  184.  
  185. CKVAXP.XXX - (Remember, XXX = .EXE or .HEX) C-Kermit for OpenVMS AXP.  This
  186.   version was built with no network support under OpenVMS AXP 1.5, and should
  187.   also run on versions 6.0 and 6.1.
  188.  
  189. CKVAPST.XXX - C-Kermit for OpenVMS 1.x or 6.x on the Alpha with Process
  190.   Software TCPware support.  Built on OpenVMS/AXP 1.5.
  191.  
  192. CKVATGV.XXX - C-Kermit for OpenVMS AXP 1.x or 6.x with TGV MultiNet TCP/IP
  193.   network support.  Built on OpenVMS 1.5.
  194.  
  195. CKVATWG.XXX - C-Kermit for OpenVMS AXP 6.1 with Wollongong Pathway 1.1.2
  196.   TCP/IP network support.  Built on OpenVMS 1.5.
  197.  
  198. CKVAUCX.XXX - C-Kermit for OpenVMS AXP 1.x or 6.x with DEC TCP/IP (UCX)
  199.   network support.  It should also be possible to use this one on a MultiNet
  200.   or TCPware AXP VMS system if CKVATGV.XXX is not available.  Built on
  201.   OpenVMS/AXP 1.5.
  202.  
  203.  
  204. FILES FOR BUILDING C-KERMIT FOR VMS FROM SOURCE CODE (also see CKVINS.DOC):
  205.  
  206. CKVKER.MAK - A makefile used with VMS MAKE (supplied along with C-Kermit
  207.   as CKVMAK.*, see below) to build C-Kermit from the source files.  Must be
  208.   renamed to "MAKEFILE." (with a period) before use.
  209.  
  210. CKVKER.COM - A DCL procedure for building C-Kermit from the source files on a
  211.   VAX.  This procedure compiles all modules unconditionally.  NOTE: CKVKER.COM
  212.   is generated automatically from CKVKER.MAK by giving the following command
  213.   to MAKE/VMS:
  214.  
  215.   $ MAKE/KEEP/NOEXECUTE/FORCE/OUT=CKVKER.COM
  216.  
  217.   ANOTHER NOTE: You should use the Makefile to build C-Kermit, and not the
  218.   .COM file.  The .COM file only applies to the kind of system (VAX or AXP)
  219.   that it was generated on.  VMS MAKE comes on the C-Kermit distribution tape,
  220.   and it's available on the network and from DECUS.
  221.  
  222. CKVAXP.COM - Like CKVKER.COM, but for the Alpha/AXP.
  223.  
  224. CKVMAK.HEX - Source, documentation, and executable for VMS MAKE itself, for
  225.   the VAX and Alpha AXP.  This is a BACKUP saveset encoded as a printable
  226.   ASCII text file using the CKVHEX program.  Use CKVDEH to decode it.  This
  227.   software is freely distributable for noncommercial purposes (see copyright
  228.   notice in CKVMAK.HLP).
  229.  
  230. CKVMAK.HLP - Instructions for unpacking and installation of VMS MAKE.
  231.  
  232. CKVLCMU.HEX - Berkeley sockets library for CMU/Tek TCP/IP, as a BACKUP
  233.   saveset, hexified.  Dehexify with CKVDEH.
  234.  
  235. CKVKER.MMS - An obsolete, not recommended MMS build procedure.  Rename this
  236.   file to DESCRIP.MMS and then run MMS.
  237.  
  238. Read CKVINS.DOC for detailed installation instructions.
  239.  
  240.  
  241. C-KERMIT SOURCE FILES:
  242.  
  243. CKVCON.C   - The VMS C-Kermit CONNECT command.
  244.  
  245. CKVFIO.C   - VMS system-specific file i/o module for C-Kermit.
  246.  
  247. CKVTIO.C   - VMS system-specific communications i/o module for C-Kermit.
  248.  
  249. CKVIOC.H   - ioctl() simulation for VMS, needed with DEC TCP/IP product.
  250. CKVIOC.C
  251.  
  252. CKVVMS.H   - Header file used by VMS C-Kermit source files.
  253.  
  254. CKVCVT.C   - A standalone program for decoding VMS labeled files.
  255.  
  256. CKVCVT.COM - DCL procedure for building the CKVCVT program.
  257.  
  258. CKVVCVT.XXX - VAX binary for CKCVT (HEX or EXE)
  259. CKVACVT.XXX - Alpha AXP binary for CKCVT (HEX or EXE)
  260.  
  261.  
  262. Of course, you also need the non-VMS-specific C-Kermit files too:
  263.  
  264. CKC*.C, CKC*.H, CKU*.C, CKU*.H, CKCPRO.W, CKWART.C.
  265.  
  266. The source files are also available in a hexified BACKUP saveset:
  267.  
  268.   kermit/archives/ckvsrc.hex
  269.  
  270. Transfer in text (ascii) mode and then dehexified using the CKVDEH program;
  271. it will have the right file attributes after dehexification.
  272.  
  273. Then use BACKUP to restore the files:
  274.  
  275.   $ backup ckvsrc.bck/save/log *.*
  276.  
  277. And then build the according to the directions in CKVINS.DOC.
  278.  
  279. [End of CKVAAA.HLP]
  280.