home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / c-kermit / ckuaaa.dsk < prev    next >
Text File  |  2020-01-01  |  5KB  |  120 lines

  1. C-KERMIT 6.0.192 FOR UNIX                                       September 1996
  2.  
  3. Full-function, user-friendly communications software for UNIX.
  4.  
  5.   Copyright (C) 1985, 1996, Trustees of Columbia University in the City of
  6.   New York.  The C-Kermit software may not be, in whole or in part, licensed
  7.   or sold for profit as a software product itself, nor may it be included in
  8.   or distributed with commercial products or otherwise distributed by
  9.   commercial concerns to their clients or customers without written
  10.   permission of the Office of Kermit Development and Distribution, Columbia
  11.   University.  This copyright notice must not be removed, altered, or
  12.   obscured.
  13.  
  14. DOCUMENTATION
  15.  
  16.   C-Kermit is documented in the book "Using C-Kermit", Second Edition, by
  17.   Frank da Cruz and Christine M. Gianone, Digital Press, ISBN 1-55558-164-1.
  18.   Available at book and computer stores, or order from Columbia University
  19.   by calling +1 212 854-3703 (MasterCard and Visa accepted), or by calling
  20.   Digital Press / Butterworth-Heinemann at one of the numbers below
  21.   (MasterCard, Visa, and American Express accepted).  PLEASE PURCHASE THE
  22.   DOCUMENTATION: it shows you step-by-step how to use C-Kermit with lots of
  23.   examples and illustrations, it will answer most of your questions, and
  24.   sales help to fund the Kermit development and support effort.  Digital
  25.   Press phone numbers:
  26.  
  27.     +1 800 366-2665   (Woburn, Massachusetts office for USA & Canada)
  28.     +44 1865 314627   (Oxford, England distribution centre for UK & Europe)
  29.     +61 03 9245 7111  (Melbourne, Vic, office for Australia & NZ)
  30.     +65 356-1968      (Singapore office for Asia) 
  31.     +27 (31) 2683111  (Durban office for South Africa)
  32.  
  33.   A German edition is available from Verlag Heinz Heise in Hannover, Germany,
  34.   Tel. +49 (05 11) 53 52-0, Fax. +49 (05 11) 53 52-1 29.
  35.  
  36. If you have obtained this software without a manual, please order the manual.
  37. It will show you how to use the software, it includes a course in the
  38. fundamentals of data communication, it will teach you how to write script
  39. programs, it is full of examples, tables, illustrations, and so on.  The
  40. Kermit development is funded primarily by sales of manuals.
  41.  
  42. THE C-KERMIT DISKETTE
  43.  
  44. This diskette contains C-Kermit 6.0.192 for the version of UNIX that is marked
  45. on the label.  This is a DOS-format diskette containing the Kermit executable,
  46. plus the text files listed below.  Text files are in UNIX format, so you can
  47. move all of the files from this diskette to your UNIX file system in binary
  48. mode.
  49.  
  50. The files on this diskette are:
  51.  
  52. read.me     - This file.
  53.  
  54. kermit      - The C-Kermit executable.  After copying to a UNIX
  55.               disk, you must chmod +x to give it execute permission.
  56.               In some cases, there might be two or three different
  57.               executables, as marked on the label.  The executable should
  58.               be placed in a directory that is in your PATH, but which
  59.               will not be destroyed by future operating system updates,
  60.               perhaps /usr/local/bin.  Please read ckuins.doc for more
  61.               detailed instructions.
  62.  
  63. ckuker.nr   - UNIX man page for C-Kermit, to be installed in the system's
  64.               local man page directory.  Format via 'nroff -man'.
  65.  
  66. ckuins.doc  - UNIX C-Kermit installation instructions.
  67.  
  68. The following files should be placed in your home directory:
  69.  
  70. ckermit.ini - Standard C-Kermit initialization file.  
  71.               Rename to .kermrc and place in your home directory.
  72.  
  73. ckermod.ini - Sample C-Kermit customization file.  Rename to .mykermrc and
  74.               place in your home directory, and then make any desired 
  75.               customizations.
  76.  
  77. ckermit.kdd - Sample dialing directory file.  Replace this with your own
  78.               dialing directory in the same format, and rename it to .kdd
  79.               in your home directory.
  80.  
  81. ckermit.knd - Sample network directory file.  Replace this with your own
  82.               network directory in the same format, and rename it to .knd
  83.               in your home directory.
  84.  
  85. ckermit.ksd - Sample services directory.  Replace this with your own services
  86.               directory in the same format, and rename to .ksd in your home
  87.               directory.
  88.  
  89. The following files should be placed in a world-readable directory, such as
  90. /usr/local/lib/kermit, with world read permission:
  91.  
  92. ckermit.upd - Updates to C-Kermit since "Using C-Kermit" was published;
  93.               documentation for new features.
  94.  
  95. ckermit.bwr - General C-Kermit "Beware file" - hints and tips, known bugs, etc.
  96.  
  97. ckuker.bwr  - UNIX-specific C-Kermit "Beware File".
  98.  
  99. ckedemo.ksc, ckevt.ksc, ckepage.ksc -
  100.               Macro definitions used in "Using C-Kermit".  You can TAKE
  101.               these files from the C-Kermit prompt to check the operation of
  102.               many of C-Kermit's script programming features.
  103.  
  104. ckurzsz.ini - Defines macros for running rz and sz as external protocols.
  105.               Read the ckurzsz.ini file for further information.
  106.  
  107. Source code for UNIX C-Kermit, as well as Kermit programs and documentation
  108. for many other hardware and software platforms, is available from:
  109.  
  110.   The Kermit Project
  111.   Columbia University
  112.   612 West 115th Street
  113.   New York NY  10025-7799
  114.   Phone: +1 212 854-3703
  115.   Fax:   +1 212 663-8202
  116.   Email: kermit@columbia.edu
  117.   Web:   http://www.columbia.edu/kermit/
  118.  
  119. (End of READ.ME / ckuaaa.dsk)
  120.