home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / old / misc / ck5a189 / ckoaaa.dsk < prev    next >
Text File  |  2020-01-01  |  8KB  |  212 lines

  1. CKOAAA.DSK (READ.ME)    OS/2 C-Kermit 5A(189)                 July 1993
  2.  
  3. OS/2 C-Kermit is a powerful, full-function communications software
  4. program for your OS/2 system.  C-Kermit supports serial communications,
  5. automatic dialing, TCP/IP networking, DECnet/LAT networking, VT102
  6. terminal emulation, key mapping, screen rollback, screen copy and
  7. printing, fast and reliable Kermit file transfer, national and
  8. international character-set conversion, and a powerful, easy-to-use
  9. script programming language.
  10.  
  11.   C-Kermit Software Copyright (C) 1985, 1993, Trustees of Columbia
  12.   University in the City of New York.  The C-Kermit software may not
  13.   be, in whole or in part, licensed or sold for profit as a software
  14.   product itself, nor may it be included in or distributed with
  15.   commercial products or otherwise distributed by commercial concerns
  16.   to their clients or customers without written permission of the
  17.   Office of Kermit Development and Distribution, Columbia University.
  18.   This copyright notice must not be removed, altered, or obscured.
  19.  
  20.   
  21.        GUIDE TO THE OS/2 C-KERMIT DISTRIBUTION DISKETTE
  22.  
  23. READ.ME (or CKOAAA.HLP)
  24.   This file.
  25.  
  26. INSTALL.CMD (or CKOINS.CMD)
  27.   OS/2 C-Kermit installation procedure.  Click on it to begin
  28.   installation or, in a command window, just type "a:install".
  29.   After installation, you can use C-Kermit by clicking on its
  30.   desktop icon or, in a command window, typing "ckermit".
  31.   See below for further instructions.
  32.  
  33. CKOKER16.EXE or CKOKER32.EXE
  34.   The OS/2 C-Kermit program, either the 16-bit version or the
  35.   32-bit version, depending on which one you ordered.  It will be
  36.   installed as CKERMIT.EXE if you use the INSTALL procedure.  The
  37.   16-bit version should be used on OS/2 1.x.  The 32-bit version
  38.   should be used on OS/2 2.x.  The 16-bit version will also work
  39.   on OS/2 2.x, but the 32-bit version will not work on OS/2 1.x.
  40.  
  41. CKOTCP16.DLL or CKOTCP32.DLL
  42.   Dummy TCP/IP library for OS/2 systems that do not have TCP/IP
  43.   installed, either the 32- or 16-bit version.
  44.  
  45. CKOSYSL.CK1 or CKOSYSL.CK2
  46.   SYSLEVEL info for 16-bit and 32-bit versions, respectively.
  47.  
  48. CKERMIT.CMD
  49.   A sample REXX CMD file for starting OS/2 C-Kermit.  Read and
  50.   modify to suit your requirements.
  51.  
  52. CKERMIT.ICO
  53.   OS/2 C-Kermit desktop icon.
  54.  
  55. CKERMIT.INI
  56.   Standard C-Kermit 5A initialization file.
  57.  
  58. CKERMOD.INI
  59.   Sample C-Kermit 5A customization file, edit to suit your needs.
  60.   NOTE: the INSTALL procedure will modify this file to include your
  61.   preference for port, modem type, and communication speed.
  62.  
  63. CKERMIT.KDD
  64.   Sample C-Kermit dialing directory file.  See pages 50-67 of "Using
  65.   C-Kermit" for complete instructions on dialing.
  66.  
  67. CKERMIT.KSD
  68.   Sample C-Kermit services directory file.  See Chapter 13 of "Using
  69.   C-Kermit"
  70.  
  71. CKCKER.UPD ("update file")
  72.   New feature in C-Kermit since "Using C-Kermit" was published.
  73.  
  74. CKCKER.BWR
  75.   C-Kermit "beware file": restrictions, limitations, hints & tips.
  76.  
  77. CKOKER.BWR
  78.   OS/2-specific C-Kermit "beware file".  Read in conjunction with
  79.   the general C-Kermit beware file, CKCKER.BWR.
  80.  
  81. CKOVTK.INI
  82.   Sample key settings file to make DEC VT100 and VT220 key assignments
  83.   for the IBM PC extended (101) keyboard.  Tell C-Kermit to TAKE this
  84.   file to make the VT100 assignments.  For further information, read
  85.   this file.
  86.  
  87. CKOEXP.DOC ("external protocols")
  88.   Hints and tips for using C-Kermit with other communication
  89.   software programs.
  90.  
  91. CP437.TXT, CP850.TXT, LATIN1.TXT
  92.   Character-set tables for the two common PC code pages used with
  93.   OS/2 for representing West European languages, and the
  94.   corresponding international standard character set.  Use these for
  95.   practice displaying and transferring international text.
  96.  
  97. INSTALLATION INSTRUCTIONS
  98.  
  99. To install C-Kermit 5A(189) on your OS/2 system:
  100.  
  101.  1. Insert the C-Kermit diskette into a diskette drive.
  102.  
  103.  2. Click on the diskette icon for that diskette drive.
  104.  
  105.  3. Click on the INSTALL.CMD file and then answer the
  106.     questions.
  107.  
  108. Alternatively, from an OS/2 command window, type the command
  109. "a:install" (substitute a different disk letter if necessary).
  110.  
  111. Or, if desired, you can skip the automatic installation procedure
  112. and follow the instructions on pages 421-423 of "Using C-Kermit" (if
  113. you don't have the book, ordering information is given below).  This
  114. gives you a bit more flexibility, but requires that you edit some
  115. files yourself.
  116.  
  117. If you are NOT using the automatic installation procedure, then you
  118. must also take an additional step, not listed in the book, to
  119. account for OS/2 C-Kermit's new support for TCP/IP networking:
  120.  
  121. OS/2 C-Kermit version 5A(189), which was released after publication
  122. of "Using C-Kermit", supports TCP/IP connections if you have TCP/IP
  123. installed on your OS/2 system.  Please read the following VERY
  124. CAREFULLY:
  125.  
  126.   If you do NOT have IBM TCP/IP installed on your OS/2 system, you
  127.   must install a dummy TCP/IP DLL (dynamically linked library) in
  128.   your OS/2 system or else C-Kermit 5A(189) will not be able to run.
  129.  
  130.   If you DO have IBM TCP/IP installed, do NOT install this dummy
  131.   library!
  132.  
  133.   Assuming you have the OS/2 C-Kermit distribution diskette in drive
  134.   A: and your OS/2 system is installed on drive C:, and you have an
  135.   active OS/2 command processor (CMD) window, follow this procedure:
  136.  
  137.   1. Type the following command:
  138.  
  139.         DIR C:\TCPIP\DLL\TCPIPDLL.DLL
  140.  
  141.      If OS/2 lists the file, then STOP RIGHT NOW -- your OS/2 system
  142.      already has TCP/IP installed.
  143.  
  144.      WARNING: TCP/IP need not be installed on your boot drive.  If
  145.      you have other hard drives or network drive letters available,
  146.      check them too.
  147.  
  148.      If OS/2 says "SYS0002: The system cannot find the file
  149.      specified", then go on to the next step.
  150.  
  151.   2. Type the following command:
  152.  
  153.        COPY A:CKOTCP16.DLL C:\OS2\DLL\TCPIPDLL.DLL
  154.      or:
  155.        COPY A:CKOTCP32.DLL C:\OS2\DLL\TCPIPDLL.DLL
  156.  
  157.      depending on whether you are installing the 16-bit or 32-bit
  158.      version of C-Kermit.
  159.  
  160.   You must install the dummy DLL before you first try to run
  161.   C-Kermit, or else OS/2 will not be able to start C-Kermit, and
  162.   will give a message to the effect that "file TCPIPDLL not found".
  163.  
  164. IMPORTANT WARNING: If you have installed the dummy DLL, be sure to
  165. remove it if you ever install IBM TCP/IP on your OS/2 system.  Since
  166. C:\OS2\DLL is ahead of C:\TCPIP\DLL in your LIBPATH, TCP/IP will
  167. never find its real library, and will therefore not work!
  168.  
  169. ANOTHER IMPORTANT WARNING: If you install a new version of OS/2, it
  170. will remove the dummy TCPIPDLL.DLL file from the OS2\DLL directory.
  171. To guard against the above two happenstances, it is better if you
  172. put the dummy DLL in C-Kermit's directory, and then (if you know how
  173. to edit files) edit your CONFIG.SYS file to add the C-Kermit
  174. directory to your LOADPATH.
  175.  
  176.   NOTE: The INSTALL.CMD procedure takes care
  177.         of all the above automatically.
  178.  
  179. DOCUMENTATION (including OS/2 C-Kermit installation instructions):
  180.  
  181.   Frank da Cruz and Christine M. Gianone, "Using C-Kermit",
  182.   Digital Press, Burlington, MA, 1993, approx. 500 pages.
  183.  
  184.     Order Number: EY-J896E-DP
  185.     Digital Press ISBN: 1-55558-108-0
  186.     Prentice Hall ISBN: 0-13-037490-3
  187.  
  188.   US single-copy price: $34.95; quantity discounts available.
  189.   Available in computer bookstores or directly from Digital Press.
  190.   In the USA, call DECdirect toll-free 1-800-344-4825 to order;
  191.   major credit cards accepted.  Overseas, order through your
  192.   bookstore or your local Digital Equipment Corporation branch.  Can
  193.   also be ordered from:
  194.  
  195.     Kermit Development and Distribution
  196.     Columbia University Academic Information Systems
  197.     612 West 115th Street
  198.     New York, NY  10025  USA
  199.     Telephone: (USA) 212 854-3703
  200.  
  201.   Domestic and overseas orders accepted.  Price: $34.95 (US, Canada,
  202.   and Mexico), $45 elsewhere.  Orders may be paid by MasterCard or
  203.   Visa, or prepaid by check in US dollars.  Add $35 bank fee for
  204.   checks not drawn on a US bank.  Price includes shipping.  Do not
  205.   include sales tax.
  206.  
  207. Contact Kermit Distribution for information about other Kermit
  208. software programs, including those for MS-DOS, Windows, UNIX, VMS,
  209. IBM mainframes, and hundreds of others.
  210.  
  211. (End of OS/2 C-Kermit READ.ME file)
  212.