home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / mskermit / msvibm.dsk < prev    next >
Text File  |  2020-01-01  |  11KB  |  252 lines

  1. THE MS-DOS KERMIT VERSION 3.14 DISTRIBUTION DISKETTE               January 1995
  2.  
  3.   Copyright (C) 1982, 1995, Trustees of Columbia University in the City of New
  4.   York.  The MS-DOS Kermit software may not be, in whole or in part, licensed
  5.   or sold for profit as a software product itself, nor may it be included in
  6.   or distributed with commercial products or otherwise distributed by
  7.   commercial concerns to their clients or customers without written permission
  8.   of the Office of Kermit Development and Distribution, Columbia University.
  9.   This copyright notice must not be removed, altered, or obscured.
  10.  
  11. Welcome to MS-DOS Kermit 3.14: high-quality, full-function communication
  12. software for IBM and compatible PCs with DOS or Windows.
  13.  
  14. The documentation for MS-DOS Kermit is "Using MS-DOS Kermit", second edition,
  15. by Christine M. Gianone, published by Digital Press / Butterworth-Heinemann,
  16. Woburn, MA, 1992, 345 pages, ISBN 1-55558-082-3.  Call Columbia University at
  17. +1 212 854-3703 or Digital Press at +1 800 366-2665 to order.  The KERMIT.UPD
  18. file on your diskette describes features added since publication of "Using
  19. MS-DOS Kermit".
  20.  
  21. If you are installing MS-DOS Kermit for the first time:
  22.  
  23.  1. Place the Kermit diskette in drive A: (or B:).
  24.  2. Create a KERMIT directory on your hard disk, e.g. MKDIR C:\KERMIT.
  25.  3. XCOPY A:*.* C:\KERMIT /S  (substitute B: for A: if necessary).
  26.  4. Edit the MSCUSTOM.INI file to suit your needs and preferences.
  27.  5. Edit your AUTOEXEC.BAT file to insert the Kermit directory in your PATH.
  28.  
  29. See the APPENDIX at the end of this file about how to edit files.
  30.  
  31. If you are replacing an older version of MS-DOS Kermit (this illustration
  32. assumes it is in C:\KERMIT):
  33.  
  34.  1. Place the Kermit diskette in drive A: (or B:).
  35.  2. Copy your old MSCUSTOM.INI and DIALUPS.TXT to a safe place.
  36.  3. XCOPY A:*.* C:\KERMIT /S  (substitute B: for A: if necessary).
  37.  4. Copy your old MSCUSTOM.INI and DIALUPS.TXT files back to C:\KERMIT.
  38.  
  39. If you want to run MS-DOS Kermit from a RAM disk (to save startup time), you
  40. may copy KERMIT.EXE to the RAM disk, but please do not copy MSKERMIT.INI or
  41. the other Kermit files to the RAM disk, because (as of version 3.14), MS-DOS
  42. Kermit expects to find its subdirectories in the same directory where the
  43. MSKERMIT.INI file was found.
  44.  
  45. To use Kermit in Microsoft Windows, also perform the following steps in
  46. Windows:
  47.  
  48.  1. Open the group window for the group you want to add Kermit to.
  49.  2. Choose New from the File menu.  The New Program dialog box appears.
  50.  3. Select Program Item and choose OK.
  51.  4. Type "MS-DOS Kermit 3.14" in the Description text box.
  52.  5. Type the pathname of the KERMIT.PIF file in the Command Line box,
  53.     e.g. "C:\KERMIT\WINDOWS\KERMIT.PIF" (without the quotes).
  54.  6. Choose OK, and now you should have an MS-DOS icon that starts Kermit with
  55.     the right PIF settings.
  56.  7. If you want to assign a special icon to Kermit, click on the "generic
  57.     MS-DOS" Kermit icon, then click on File, then Properties, then Change Icon,
  58.     and then pick a new one (like the VT or satellite dish from MORICONS.DLL).
  59.  8. The PIF file assumes that KERMIT.EXE is in your PATH.  If you did not
  60.     store the KERMIT.EXE file in a directory that is in your PATH, you will
  61.     have to use the PIFEDIT program on the KERMIT.PIF file to specify the
  62.     full path name.
  63.  9. If you plan to use networks, read about WINPKT in NETWORKS\SETUP.DOC.
  64.  
  65. If you don't have a hard disk: (a) make a backup copy of the original Kermit
  66. diskette, (b) put the original aside, (c) remove unneeded files and directories
  67. from your backup copy (e.g. NETWORKS, CYRILLIC, HEBREW, etc) to make space for
  68. downloading files, etc, and (d) edit the MSCUSTOM.INI file to suit your
  69. requirements.
  70.  
  71. For network installation, see "Using MS-DOS Kermit" Chapter 16 plus the
  72. supplementary material in NETWORKS\SETUP.DOC.
  73.  
  74. The MS-DOS Kermit distribution diskette contains the following files in its
  75. top-level directory, plus several subdirectories that contain more files.
  76. Files marked as "(text)" are simple, plain, ordinary ASCII text.  You may view
  77. these files with the DOS or Kermit TYPE command, the DOS MORE command, a text
  78. editor (such as the DOS EDIT program) or word processing program in plain-text
  79. (ASCII) mode, or print them on your printer.  Files marked as "(binary)" can
  80. not be viewed or displayed.
  81.  
  82. ------------------------------
  83. Files in the TOP-LEVEL DIRECTORY:
  84.  
  85. READ.ME (text)
  86.   This file.
  87.  
  88. KERMIT.EXE (binary)
  89.   The MS-DOS Kermit program for the IBM PC family, the IBM PS/2, and
  90.   compatibles, full-featured, ready to run.
  91.  
  92. KERMITE.EXE (binary)
  93.   A smaller version of MS-DOS Kermit, with networking and graphics terminal
  94.   capabilities removed, to be used on PCs with small memories if KERMIT.EXE
  95.   won't fit.
  96.  
  97. KERLITE.EXE (binary)
  98.   A very small version of MS-DOS Kermit, with no networking and no terminal
  99.   emulator (and no CONNECT command), but including full file transfer and
  100.   scripting capabilities to be used as an external protocol and/or
  101.   script-execution engine.
  102.  
  103. MSR314.PCH, MSRM314.PCH, MSRL314.PCH (text)
  104.   Patches, if any, for KERMIT.EXE, KERMITE.EXE, KERLITE.EXE, respectively.
  105.   Read the file for a description of each patch.
  106.  
  107. MSKERMIT.INI (text)
  108.   The standard initialization file for MS-DOS Kermit.  Includes many of the
  109.   macro definitions from Chapter 14 of "Using MS-DOS Kermit", e.g. for setting
  110.   up your modem-dialing environment.  You should not make any changes to this
  111.   file.  If you want to override or undo any definitions made here, please do
  112.   it in MSCUSTOM.INI.
  113.  
  114. MSCUSTOM.INI (text)
  115.   A SAMPLE customization file.  Read, then edit this file to suit your needs
  116.   and preferences.  Be sure to save it in text (ASCII) mode, and not in any
  117.   kind of word-processing format.  In particular, use this file to set your
  118.   modem type, startup communications parameters, preferred colors, any special
  119.   key mappings you might want, and so on.
  120.  
  121. DIALUPS.TXT (text)
  122.   A sample dialing directory, for use with the DIAL command.  This file
  123.   does not contain any real phone numbers.  If you want to have a dialing
  124.   directory, edit this file to contain entries for the computers or services
  125.   that you actually use.  Read KERMIT.UPD for further information.
  126.  
  127. KERMIT.UPD (text)
  128.   A supplement to "Using MS-DOS Kermit", describing the features that have
  129.   been added since MS-DOS Kermit version 3.11 was released.
  130.  
  131. KERMIT.HLP (text)
  132.   A brief summary of the commands and functions of MS-DOS Kermit.
  133.  
  134. KERMIT.BWR (text)
  135.   The MS-DOS Kermit 3.14 "Beware File".  Frequently asked questions, hints and
  136.   tips, limitations, problems, workarounds.  If you are having trouble using
  137.   MS-DOS Kermit, read this file.  You might find a solution or workaround.
  138.  
  139. COLS132.BAT (text)
  140.   A DOS Batch file invoked automatically by Kermit if the host sends a "switch
  141.   to 132-column mode" escape sequence or if you give the SET TERMINAL WIDTH
  142.   132 command to MS-DOS Kermit, but only if Kermit does not already have
  143.   built-in knowledge of your video adapter.  As supplied, this batch file only
  144.   prints a message.  You must fill it in with the appropriate DOS commands to
  145.   put your screen into 132-column mode (as supplied by the manufacturer of
  146.   your video adapter).
  147.  
  148. COLS80.BAT (text)
  149.   Like COLS132.BAT, but for changing from 132-column mode to 80-column mode.
  150.  
  151. --------------
  152. SUBDIRECTORIES
  153. --------------
  154. PERFORM
  155. An article, PERFORM.DOC, from Kermit News #5, June 1993, discussing Kermit
  156. file transfer performance and benchmarking it against other popular protocols
  157. and software.
  158. --------------
  159. MODEMS
  160. Dialing scripts and information for various types of modems.  If you are using
  161. one of these modems rather than the default Hayes 1200 or 2400, follow the
  162. directions to use it for dialing.  All files in this subdirectory are text
  163. files.  Read the MODEMS\READ.ME file to get started.
  164. --------------
  165. NETWORKS
  166. Drivers and information that are useful with Kermit's built-in networking.
  167. See the NETWORKS\READ.ME file for further information.
  168. --------------
  169. KEYBOARD
  170. Keymaps and keyboard-related utilities.  See the KEYBOARD\READ.ME file for
  171. details.
  172. --------------
  173. UTILS
  174. General utility programs to be used with MS-DOS Kermit.  See UTILS\READ.ME.
  175. --------------
  176. WINDOWS
  177. Stuff for Windows: KERMIT.PIF file, icon, etc.
  178. --------------
  179. PCFONTS
  180. Different character sets for your PC -- Hebrew, Russian, etc.  See
  181. PCFONTS\READ.ME for details.
  182. --------------
  183. CYRILLIC
  184. Cyrillic character-set support and tables for MS-DOS Kermit. See
  185. CYRILLIC\READ.ME for further information.
  186. --------------
  187. HEBREW
  188. Hebrew character-set support and tables for MS-DOS Kermit. See
  189. HEBREW\READ.ME for further information.
  190. --------------
  191. ROMAN
  192. Roman-alphabet character-set tables.  See ROMAN\READ.ME for details.
  193. --------------
  194.  
  195. Kermit software programs for hundreds of other kinds of computers are
  196. available on diskette or magnetic tape or cartridge from Kermit Distribution
  197. at Columbia University.  Contact:
  198.  
  199.   Kermit Distribution
  200.   Columbia University Academic Information Systems
  201.   612 West 115th Street
  202.   New York, NY  10025  USA
  203.   Phone: +1 212 854-3703
  204.   Fax:   +1 212 663-8202
  205.   Email: kermit@columbia.edu
  206.   Web:   http://www.columbia.edu/kermit/
  207.  
  208. APPENDIX: EDITING FILES ON THE PC
  209.  
  210. Your AUTOEXEC.BAT and CONFIG.SYS are "plain text" files.  The same is true of
  211. all Kermit command and initialization files.  You can modify such files using
  212. the DOS EDLIN or EDIT programs.  EDLIN and EDIT are documented in your DOS
  213. manual.  The recommended method for editing these files is to use the DOS EDIT
  214. program.  Let's suppose you want to modify your AUTOEXEC.BAT file.  First,
  215. make a backup copy in case something goes wrong:
  216.  
  217.   cd c:\
  218.   copy autoexec.bat autoexec.bak
  219.  
  220. And then start the editor:
  221.  
  222.   edit autoexec.bat
  223.  
  224. This brings up a screen showing the file.  You can move through the file with
  225. the arrow keys until you find the line you want to change, in our case the
  226. line that starts with "PATH=".  Use the End key to position the cursor at the
  227. end of the "PATH=" line, then type the text you want to add, such as
  228. ";C:\KERMIT".
  229.  
  230. To save the file, press Alt-f (hold down Alt, press f) to activate the File
  231. menu.  Then use the down-arrow key to highlight the Save item, and then press
  232. the Enter key.
  233.  
  234. To exit from EDIT, press Alt-f again, use the arrow key to highlight Exit, and
  235. press Enter.
  236.  
  237. If you are using a word processing program to create or modify a DOS or Kermit
  238. command file, do not include any special effects (bold, underline, italics),
  239. and be sure to save the file in text mode.  The method for doing this depends
  240. on the word processor.
  241.  
  242. In Microsoft Word 5.0, for example, press the Esc key to get to the menu,
  243. press T to choose Transfer, press S to choose Save, type the filename, use the
  244. arrow keys to get to the "format" line, choose Text-Only, press Enter to save
  245. the file, and then leave the program by pressing the Esc key and then Q.
  246.  
  247. In WordPerfect 5.1, use Ctrl-F5 (hold down the Ctrl key and press the F5 key)
  248. to save the file, press T to select DOS Text, 1 to Save, type the filename and
  249. press Enter, and quit from WordPerfect by pressing the F7 key.
  250.  
  251. (End of MS-DOS Kermit 3.14 READ.ME)
  252.