home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / mskermit / msaaaa.txt next >
Text File  |  2020-01-01  |  15KB  |  324 lines

  1. MSAAAA.HLP                    MS-DOS KERMIT                       January 1998
  2.  
  3. This file explains the organization and naming conventions used for the MS-DOS
  4. Kermit files at Kermit Distribution, Columbia University, as they appear on
  5. magnetic tapes and on the network.  The MS-DOS Kermit distribution diskette
  6. uses simpler names, like KERMIT.EXE, KERMIT.HLP, etc.  This disk also contains
  7. a READ.ME file, which is kept in Kermit Distribution as MSVIBM.DSK.  Be sure
  8. to read it.
  9.  
  10. DOCUMENTATION
  11.  
  12. Please purchase it: funds from book sales are the main source of financial
  13. support for the Kermit effort, and it should answer most of your questions.
  14.  
  15.   Christine M. Gianone, "Using MS-DOS Kermit", Second Edition, Digital Press /
  16.   Butterworth-Heinemann, Woburn, MA, 1992, 345 pages, ISBN 1-55558-082-3.
  17.   Packaged with version 3.14 of MS-DOS Kermit for the IBM PC, PS/2, and
  18.   compatibles on a 3.5-inch diskette.
  19.  
  20.   US single-copy price: $41.95; quantity discounts available.  Available in
  21.   computer bookstores or directly from:
  22.  
  23.     Kermit Development and Distribution
  24.     Columbia University Academic Information Systems
  25.     612 West 115th Street
  26.     New York, NY  10025  USA
  27.     Telephone: (USA) 212 854-3703
  28.  
  29.   Domestic and overseas orders accepted.  Price: $41.95 (US, Canada, and
  30.   Mexico), $52 elsewhere.  Orders may be paid by MasterCard or Visa, or
  31.   prepaid by check in US dollars.  Add $35 bank fee for checks not drawn on a
  32.   US bank.  Price includes shipping.  Do not include sales tax.
  33.  
  34.   You can also order by phone from the publisher, Digital Press /
  35.   Butterworth-Heinemann, with MasterCard, Visa, or American Express:
  36.  
  37.     +1 800 366-2665   (Woburn, MA office for USA & Canada,
  38.                Toll-free M-F 8AM-6PM Eastern time)
  39.     +1 617 928 2613   (Newton, MA office for sales/marketing info)
  40.     +44 1865 314627   (Oxford, England distribution centre for
  41.                UK & Europe)
  42.     +44 1865 310366   (Oxford, England, customer service/sales dept)
  43.     +61 03 9245 7111  (Melbourne, Vic, office for Australia & NZ)
  44.     +65 356-1968      (Singapore office for Malaysia, Singapore,
  45.                Indonesia, Philippines, Thailand)
  46.     +27 (31) 2683111  (Durban office for South Africa)
  47.  
  48.   A German-language edition is also available:
  49.  
  50.     Christine M. Gianone, "MS-DOS Kermit, das universelle
  51.     Kommunikationsprogramm", Verlag Heinz Heise, Hannover, Germany (1991),
  52.     414 pages.  Packaged with version 3.12 of MS-DOS Kermit for the IBM PC,
  53.     PS/2, and compatibles on a 5.25-inch diskette, including German-language
  54.     help files.  Deutsch von Gisbert W. Selke.  Price: DM 69,00.  ISBN
  55.     3-88229-006-4.  Verlag Heinz Heise GmbH & Co. KG, Helstorfer Strasse 7,
  56.     D-30625 Hannover.  Tel. +49 (05 11) 53 52-0, Fax. +49 (05 11) 53 52-1 29.
  57.  
  58.   And a French-language edition:
  59.  
  60.     Christine M. Gianone, "Kermit MS-DOS mode d'emploi", Heinz Schiefer & Cie.,
  61.     Versailles (1993), 406 pages.  Packaged with version 3.11 of MS-DOS Kermit
  62.     for the IBM PC, PS/2, and compatibles on a 5.25-inch diskette.  Adaption
  63.     francaise: Jean Dutertre.  ISBN 2-901143-20-2.  Heinz Schiefer & Cie.,
  64.     45 rue Henri de Regnier, F-78000 Versailles.  Tel. +33 39 53 95 26,
  65.     Fax. +33 39 02 39 71.
  66.  
  67.   The French version is also available from Columbia University: $39.95.
  68.  
  69.   There is also a Japanese book about MS-DOS Kermit:
  70.  
  71.     Hirofumi Fujii and Fukuko Yuasa, "MS-Kermit Nyumon", Computer
  72.     Today Library 6, Saiensu-Sha Co., Ltd., publishers (1993), 160 pages.
  73.     Publisher's address: Abe-toku Building, 2-4 Kanda-suda cho, Chiyoda-ku,
  74.     Tokyo 101, Japan.  Tel. +81-3-3256-1091.  Price 1,800 Yen + tax.
  75.     ISBN 4-7819-0669-9 C3355 P1854E.
  76.  
  77. QUICK START FOR INTERNET USERS
  78.  
  79. You may pick up the entire MS-DOS Kermit distribution diskette in the form of
  80. a binary .ZIP file, which you can unpack with the PKUNZIP program (if you have
  81. it), using "-d" switch to preserve the subdirectory structure.  But don't
  82. unzip it over your previous Kermit directory without first making safe copies
  83. of your MSCUSTOM.INI and DIALUPS.TXT files.
  84.  
  85. To get the ZIP file over the Internet, use binary-mode anonymous FTP, and GET
  86. the file kermit/bin/msvibm.zip.
  87.  
  88. The ZIP file is also available in two textual encodings, for transfer in
  89. text mode or by e-mail:
  90.  
  91.   kermit/a/msvibmzip.boo - "BOO" format (see below)
  92.   kermit/a/msvibmzip.uue - UUENCODE format
  93.  
  94. It is highly recommended that you work from the ZIP file.  It contains over
  95. 120 interdependent files, carefully in a directory structure.
  96.  
  97. After unzipping the ZIP file, read the top-level READ.ME file for installation
  98. structures.  Consult "Using MS-DOS Kermit" and the supplemental KERMIT.UPD
  99. and KERMIT.BWR files for complete information.
  100.  
  101. TCP/IP FILES
  102.  
  103. Basic instructions for setting up and using MS-DOS Kermit's built-in TCP/IP
  104. support can be found in "Using MS-DOS Kermit", with supplemental material in
  105. NETWORKS\SETUP.DOC on the distribution diskette.
  106.  
  107. MS-DOS Kermit's built-in TCP/IP support works only with packet drivers or ODI
  108. drivers, and not with board-specific device drivers.  An informative article
  109. about packet drivers by Joe Doupnik can be found in the Info-Kermit Digest,
  110. Volume 14 Number 5, 16 September 1991, available online as file IMAIL.91B.
  111. Columbia University also keeps a copy of the Crynwr packet driver collection
  112. in the packet-drivers/xxx/ directories, where xxx is src (source code), bin
  113. (binaries), doc (documentation), zip (binary ZIP files, as distributed by
  114. Crynwr), and new (items not included in the Crynwr collection).
  115.  
  116. A frequent question is how to convert a Novell network (client workstations
  117. and servers) to use packet drivers so that Novell software can coexist with
  118. Kermit or other network applications.  This is done using a package from
  119. Brigham Young University (BYU).  An explanation is given in the file
  120. packet-drivers/new/msabyu.hlp.
  121.  
  122. OTHER MS-DOS KERMIT FILES
  123.  
  124. MS-DOS Kermit is also available for a wide variety of non-IBM compatible
  125. PCs, and source code is available for all versions.
  126.  
  127. MS-DOS Kermit Distribution file names are all in the following form:
  128.  
  129.     MScxxx.typ
  130.  
  131. The file name should be no longer than six characters, the file type is 3 or
  132. less.  MS is the common prefix for all the file names.
  133.  
  134. "c" is a single-letter code that categorizes the file:
  135.  
  136.   A - General information, "read me" files, etc. (like this file)
  137.   B - Files related to Bootstrapping, .BOO file creation and decoding
  138.   D - Demo files
  139.   E - Terminal-related utilities
  140.   F - File-related utilities
  141.   G - Source code for Graphics terminal emulation
  142.   I - Initialization, command, or script files to be read by MS-DOS Kermit
  143.   K - General program documentation (Kermit User Guide chapter, etc)
  144.   M - Modem-dialing scripts to be executed by MS-DOS Kermit's DIAL macro
  145.   N - Network (TCP/IP) related source files
  146.   O - Like V, but for an Old version
  147.   P - Printer-related files and utilities
  148.   R - Release notes
  149.   S - System-independent Source code (.ASM, .H)
  150.   T - Like V, but for a Test version
  151.   U - System-dependent keyboard handling code, utilities, documentation
  152.   V - Binaries, .BOO files, documentation, etc, for a particular Version
  153.   X - System-dependent source code & related documentation
  154.   Y - System-dependent terminal emulation code
  155.   Z - More system-dependent terminal emulation code (if MSYxxx too big)
  156.  
  157. "xxx" is a 3 letter code to designate which system an MSG, MSU, MSV, MSX, MSY,
  158. or MSZ file applies to:
  159.  
  160.   AAA - An information file
  161.   AP3 - NEC APC-3
  162.   APC - NEC APC
  163.   APR - ACT Apricot
  164.   DM2 - DECmate II or III with MS-DOS Option
  165.   GEN - "Generic" MS-DOS (DOS calls only)
  166.   GRI - Grid Compass II
  167.   HP1 - HP-150
  168.   HPX - HP-110 and HP Portable Plus
  169.   IBM - IBM PC and PS/2 families
  170.   MBC - Sanyo MBC-550
  171.   P98 - NEC PC 9801 (Japanese Kana/Kanji version)
  172.   RB1 - DEC Rainbow-100 series
  173.   RB2 - DEC Rainbow-100 series (special VT220 emulating version)
  174.   RMX - Intel 300 Series with iRMX-86
  175.   SEE - Seequa Chameleon
  176.   TIP - Texas Instruments Professional
  177.   V90 - Victor 9000 (Sirius 1)
  178.   V9T - Victor 9000 (Sirius 1) with Tektronix emulation
  179.   WNG - Wang PC
  180.   Z10 - Heath/Zenith 100
  181. (Others may be added as time goes on.)
  182.  
  183. "typ" is the file type, e.g.
  184.  
  185.   ASM - Assembler source (for Microsoft or IBM Assembler)
  186.   H   - An assembler header file (included at assembly time)
  187.   C   - A C language source file (e.g. Microsoft C)
  188.   BAS - A Basic language source (e.g. Microsoft Basic)
  189.   BOO - An .EXE file encoded into printable characters for bootstrapping 
  190.   BWR - A "beware" file - list of known bugs or limitations
  191.   HLP - A help file
  192.   DOC - A longer documentation file
  193.   ED  - A program edit history file (detailed)
  194.   PS  - Documentation in Postscript format, for laser printer
  195.   MSS - Scribe text formatter source for a HLP or DOC file
  196.   INI - An initialization or command file to be read by Kermit
  197.   SCR - An MS-DOS Kermit script command file
  198.   BAT - An MS-DOS Batch file (e.g. for building MS-DOS Kermit from source)
  199.   MAK - A "makefile" for Microsoft or other MAKE program
  200.   LNK - An MS-DOS Linker command file
  201.   UPD - A program update history file
  202.   TAK - An MS-DOS Kermit command file
  203.   TRM - A UNIX termcap entry to match the program's terminal emulator
  204.   PIF - MS-Windows PIF-file construction instructions
  205.   DSK - A listing of the files on a particular MS-Kermit distribution disk
  206.  
  207. PATCHES
  208.  
  209. Bugs in MS-DOS Kermit are sometimes correctable by runtime patches supplied
  210. in the form of a text file containing changes to be applied to Kermit's program
  211. image by Kermit itself after it starts.  The current patch file for the IBM PC
  212. version of MS-DOS Kermit is MSRxxx.PCH, where xxx is the version number, like
  213. MSR313.PCH.  See MSKERM.HLP for further information.
  214.  
  215. SOURCE CODE
  216.  
  217. The source files have names beginning with MSS and MSN.  They are written in
  218. MASM and Microsoft C.  MASM and C 7.00 are required.  Other releases might not
  219. work.  Borland TASM won't work.  MSVIBM.MAK is the makefile.  MSSAAA.HLP lists
  220. the source files for the IBM PC version.
  221.  
  222. The system-independent source file names all start with MSS --
  223.  
  224.  MSSCMD.ASM  Command parser
  225.  MSSCOM.ASM  Communications (system-independent)
  226.  MSSDEF.H    Symbol definitions for all modules
  227.  MSSFIL.ASM  File i/o
  228.  MSSKER.ASM  Main program
  229.  MSSRCV.ASM  Receive module
  230.  MSSSCP.ASM  Script module
  231.  MSSSEN.ASM  Send module
  232.  MSSSER.ASM  Server module
  233.  MSSSET.ASM  Set command module
  234.  MSSSHO.ASM  Show command module
  235.  MSSTER.ASM  Terminal emulation (system-independent)
  236.  
  237. The program also needs an MSU and an MSX module for the desired system, plus an
  238. MSY module for the same system (if the system has terminal emulation code), and
  239. possibly an MSZ module too, if the MSY module gets too large (as it has for the
  240. IBM PC family), and finally an MSG module if graphics terminal emulation is
  241. also included.  Assembling and linking procedures are described in MSSAAA.HLP.
  242. The MSX, MSY, and other system-dependent files may come with associated HLP or
  243. BWR files.  For the IBM version only, the TCP/IP networking source files are
  244. in MSN*.*.
  245.  
  246. BOOTSTRAPPING
  247.  
  248. Getting MS-DOS Kermit onto an MS-DOS system initially when you don't have a
  249. diskette to read it from, but you do have it on line on another computer...  is
  250. called "bootstrapping."  The method used with MS-DOS Kermit is to download
  251. (somehow) a version of the appropriate .EXE (executable binary) file that has
  252. been encoded in all printable characters by the MSBMKB program into a ".BOO
  253. file" (short for bootstrap).  The BOO file is then decoded on the PC using a
  254. short Basic (or C, or Pascal, or other) program.
  255.  
  256.  MSBAAA.HLP   A brief explanation of the bootstrapping files and procedures
  257.  MSBMKB.C     The "BOO File Maker" (runs on MS-DOS Systems with Lattice C)
  258.  MSBMKB.BOO   BOO file based on MSBMKB.EXE generated from MSBMKB.C
  259.  MSBMKB.*     There are also versions of MSBMKB in assembler, Fortran, etc.
  260.  MSBPCT.BAS   Like MSBPCB.BAS, but assumes the BOO file is already downloaded
  261.  MSBPCT.C     Like MSBPCT.BAS, but written in C for speed
  262.  MSBPCT.BOO   BOO file formed from MSBPCT.EXE based on MSBPCT.C
  263.  MSBPCT.*     There are also versions of MSBPCT in assembler, Fortran, etc.
  264.  MSBRB1.BAS   Like MSBPCB.BAS, but runs under Rainbow CP/M-86 Basic
  265.  MSBRCV.BAS   A short Microsoft BASIC Kermit program, receive-only
  266.  MSV*.BOO     The BOO files for each version of MS-DOS Kermit, e.g. MSVIBM.BOO
  267.  MST*.BOO     The BOO files for a Test (prerelease) version of MS-DOS Kermit
  268.  MSO*.BOO     The BOO files from an Old release of MS-DOS Kermit
  269.  
  270. ONLINE USER DOCUMENTATION
  271.  
  272.  MSKERM.UPD     Updates since "Using MS-DOS Kermit" was published.
  273.  MSKERM.HLP     Help file, summary of MS-Kermit commands and features.
  274.  MSKERM.BWR     List of restrictions and known bugs.
  275.  MSRxxx.UPD     Release notes for Version xxx, e.g. MSR300.UPD.
  276.  MSVIBM.VT      VT terminal emulator technical summary for IBM version.
  277.  MSVIBM.TEK     Graphics terminal emulator technical summary for IBM version.
  278.  MSVIBM.NET     Network setup instructions for IBM PC
  279.  MSVIBM.HBR     Instructions for Hebrew terminal emulation
  280.  MSVIBM.CYR     Instructions for Cyrillic terminal emulation
  281.  MSGTIF.DOC     Aldus/Microsoft Memo describing TIFF graphics file format.
  282.  MSABYU.HLP     Instructions for installing Packet Drivers on Novell networks.
  283.  
  284. INITIALIZATION OR COMMAND FILES
  285.  
  286. MS-DOS Kermit always reads the file MSKERMIT.INI upon startup and executes
  287. the Kermit commands that are in it.  There is also a TAKE command that allows
  288. the user to explicitly direct Kermit to execute commands from a specified
  289. file.  Several sample files are provided (there may also be others, see any
  290. MS*.INI file):
  291.  
  292.  MSKERMIT.INI   Sample MSKERMIT.INI file
  293.  MSKERMIT.PCH   Runtime patches to fix bugs in current IBM version
  294.  MSRxxx.PCH     Runtime patches to fix bugs in a particular release
  295.  MSIEM*.INI     Key mappings for use with EMACS
  296.  MSIRB1.INI     Puts some of the DEC Rainbow's keys in more normal positions.
  297.  MSIVT*.INI     Various key mappings for VT200/300 keyboard emulation.
  298.  MSIWP3.INI     Key mappings for use with mainframe WordPerfect.
  299.  MSI123.INI     Key mappings for use with mainframe Lotus 1-2-3.
  300.  MSIMSW.INI     Key mappings for use with mainframe Microsoft Word.
  301.  
  302. PRINTER PROGRAMS
  303.  
  304. A variety of printer drivers and printer-related programs are available as
  305. MSP*.*.  See MSPAAA.HLP for details.
  306.  
  307. Of special interest are a UNIX shell script and a VAX/VMS command procudure
  308. to do "PC printing" -- i.e. to send a file to the PC's printer.  These are
  309. in MSPUPC.* (UNIX) and MSPVPC.* (VMS).
  310.  
  311. UTILITY PROGRAMS
  312.  
  313. MSIXSE.* = "XSEND", a program that constructs a command file to send an
  314. entire directory tree from one DOS system to another, using Kermit to create
  315. directories on the fly, etc.
  316.  
  317. MSUCHK.* = "SCANCHEK", a program to tell you the keyboard scan codes of the
  318. IBM PC.
  319.  
  320. MSULK2.* - A driver for the DEC LK250 keyboard, which can be plugged into
  321. a PC/AT or compatible.
  322.  
  323. (End of MSAAAA.HLP)
  324.