home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / mskermit / msr314.ann < prev    next >
Text File  |  2020-01-01  |  12KB  |  241 lines

  1. Thu, 13 Oct 1994 09:59:51 EST
  2. From: Christine M Gianone <cmg@columbia.edu>
  3. Subject: MS-DOS Kermit 3.14 Available for Beta Testing
  4. Keywords: MS-DOS Kermit 3.14, Hebrew, Data General Terminal Emulation
  5. Keywords: Wyse Terminal Emulation, "Recovery, File Transfer", Cyrillic
  6.  
  7. This is to announce a beta testing period for MS-DOS Kermit 3.14 for the IBM
  8. PC, PS/2, and compatibles with DOS or Windows.  The new MS-DOS Kermit release
  9. was prepared, as always, by Professor Joe R. Doupnik of Utah State University.
  10.  
  11. HIGHLIGHTS   
  12.  
  13. FILE TRANSFER RECOVERY allows interrupted binary-mode transfers to be
  14. continued from the point of failure.  Can be used with C-Kermit 5A(190),
  15. which is still in Beta test, on UNIX, AOS/VS, Stratus VOS, and the Commodore
  16. Amiga.  Maybe also with VMS, no promises.  And in the near future, probably
  17. also with other major operating systems (stay tuned).
  18.  
  19. ANSI AND WYSE TERMINAL EMULATION add two popular terminal types to Kermit's
  20. repertoire.  ANSI emulation, not quite the same as VT100 emulation, is used
  21. to access most BBSs, and Wyse emulation is required by certain applications
  22. and services.
  23.  
  24. Workarounds for buggy UART simulator on Pentium motherboards and other new
  25. processors allows MS-DOS Kermit 3.14 to work on these systems, where earlier
  26. versions might not have.  Also: support for the Hayes ESP serial
  27. communications board in 16550A mode; support for Fossil drivers; dialing
  28. scripts for more and more new kinds of modems (many of them with X and/or Z
  29. in their names -- all the popular brands!).
  30.  
  31. Numerous additions to the script programming language, including a full
  32. selection built-in functions compatible with C-Kermit's: \fsubstring(), etc.
  33.  
  34. Complete Hebrew and Cyrillic support packages are now included, and Kanji
  35. terminal emulation is now available for DOS/V on IBM and compatible PCs.
  36.  
  37. Network, printer, keyboard, font, and other support support utilities are now
  38. included in the basic package.
  39.  
  40. New smaller versions are available for those who don't need (or can't fit)
  41. all the features of the full version.
  42.  
  43. Here is a more detailed list of the changes in version 3.14:
  44.  
  45.  . ANSI terminal emulation
  46.  . Wyse-50 terminal emulation
  47.  . Data General DASHER and DEC VT terminal emulation improvements
  48.  . Kanji character-set translation during terminal emulation
  49.  . HP-Roman8 terminal character-set
  50.  . Control over timeslicing method in Windows, DesqView, OS/2, NT
  51.  . Control over automatic video-mode switching
  52.  . Selectable fore- and background colors for underline simulation
  53.  . Additional scan codes for Alt/Ctrl/Shift - SpaceBar/EscKey combinations
  54.  . DEC User Definable Keys (UDKs) now supported
  55.  . Revised printer support for better interoperation with Novell CAPTURE
  56.  . Additional control over TCP/IP and TELNET protocol features
  57.  . Debugging display of TELNET options negotiation
  58.  . Networking support for Telebit PPP
  59.  . TCP/IP fixes, speedups, and refinements
  60.  . Multiple TCP/IP sessions to the same host now allowed
  61.  . Support for Artisoft Int14 redirector
  62.  . Support for Meridian Technology SuperLAT network connections
  63.  . Workarounds for buggy SMC FDC37C665 UART simulator on Pentium motherboards
  64.  . Support for Hayes ESP serial communications board in 16550A mode
  65.  . Support for Fossil Drivers
  66.  . SET SPEED 28800
  67.  . User control over treatment of carrier signal on serial connections
  68.  . Binary-mode file transfer recovery
  69.  . Ability to send partial files manually
  70.  . Control of run-length encoding
  71.  . Improved client/server operation
  72.  . Prompt string value now evaluated each time prompt is issued
  73.  . ASK/ASKQ responses now taken literally
  74.  . New APC command sends APC strings
  75.  . Incoming APC strings ignored by default for safety
  76.  . Revised CONNECT-mode status line for additional information
  77.  . Separate CONNECT-mode help and one-character command menus
  78.  . New script programming commands
  79.  . Improved consistency of backslash-quoting in commands
  80.  . New built-in string, file, and numeric functions
  81.  . Additional built-in variables
  82.  . Revised command line handling of substitution variables
  83.  . Transaction log of file transfers now records detailed rejection 
  84.    reason if based on file attributes
  85.  . Available also in special reduced forms for limited memory, e.g. for
  86.    use on 256K systems, or as an external protocol on BBSs, etc.
  87.  
  88. The organization of the files and the manner in which we are distributing them
  89. as been improved.  We are now distributing Kermit on a high-density 1.44MB
  90. 3.5-inch diskette, which is pretty universally accepted these days, and on the
  91. network in a ZIP file that mirrors this diskette.  This allows us to organize
  92. and name the files more sensibly and to include material that previously would
  93. not fit.  Here is a brief synopsis:
  94.  
  95.   READ.ME       Brief overview of what's on the disk (in the ZIP file)
  96.   KERMIT.EXE    Full-function MS-DOS Kermit 3.14 (about 260K)
  97.   KERMITE.EXE   A smaller version (about 180K - no networks, no graphics)
  98.   KERLITE.EXE   A very small version (120K - scripting and file transfer only)
  99.   MSR*314.PCH   Patch files (currently empty)
  100.   MSKERMIT.INI  Standard initialization file
  101.   MSCUSTOM.INI  Sample (note: -> SAMPLE <-) customization file
  102.   DIALUPS.TXT   Sample dialing directory
  103.   KERMIT.UPD    Documentation for new features
  104.   KERMIT.HLP    Brief synopsis of commands
  105.   KERMIT.BWR    "Beware" file - hints and tips, etc
  106.   COLS80.BAT    Too hard to explain in one line, see READ.ME...
  107.   COLS132.BAT   Ditto
  108.  
  109. KERMITE.EXE can be used on PCs with small memories, e.g. on old XTs,
  110. where the full-featured version might not fit.  It can also be used if you
  111. simply do not need Kermit's networking or graphics terminal emulation
  112. capabilities, in which case you can run bigger programs "under" Kermit in the
  113. extra free memory.
  114.  
  115. Of particular interest to BBS proprietors, KERLITE.EXE is an "extra-lite"
  116. version which is like the "lite" version, but also eliminates the terminal
  117. emulator (and the CONNECT command) entirely, but still includes the full
  118. script programming language, weighing in at only 120K - perfect for use as an
  119. external protocol and script execution engine.
  120.  
  121. With Kermit Lite plus Fossil and ESP support, there is every reason to
  122. upgrade the Kermit support in BBSs to the most advanced and fastest Kermit
  123. protocol implementation available for DOS.  For further information, see the
  124. new BBS OPERATORS GUIDE section in the KERMIT.UPD file.  (Vendors of BBS
  125. software who want to include Kermit with their product should contact us for
  126. further information.)
  127.  
  128. Now come the subdirectories.  Each one has a READ.ME file that explains
  129. its contents.
  130.  
  131. PERFORM
  132.   An article on Kermit file transfer protocol performance.
  133.  
  134. MODEMS
  135.   Dialing scripts for 19 different modems, including most popular
  136.   high-speed, error-correcting, data-compressing models.
  137.  
  138. NETWORKS
  139.   Everything you need for MS-DOS Kermit TCP/IP networking except the
  140.   specific driver for your network board, including all the famous "shims"
  141.   that convert between one "standard" and another, such as the latest
  142.   version of Dan Lanciani's ODIPKT, plus Joe Doupnik's DIS_PKT9, plus the
  143.   WINPKT shim to be used when Windows is involved, and a SLIP driver in case
  144.   you don't have a network board, all of which have been verified to work
  145.   with this version of Kermit and other popular software.  Plus a new
  146.   overview document to help you make sense of this ever-more-confusing tangle.
  147.  
  148. KEYBOARD
  149.   Complete key mappings for DEC VT220/320 and DG DASHER emulation.  The
  150.   "Gold key" TSR, for making Num Lock work like the F1 key.  LK250 drivers
  151.   (for DEC keyboards that plug into IBM PCs).  A little TSR for swapping the
  152.   Caps Lock and Ctrl keys and Esc and tilde.
  153.  
  154. UTILS
  155.   General utilities, like the famous XSEND program for transferring entire
  156.   directory trees, plus various printer items.  (Did you know Kermit could
  157.   transfer directory trees intact?)
  158.  
  159. WINDOWS
  160.   Windows Program Information File for Kermit.
  161.  
  162. PCFONTS
  163.   This is something new -- public domain fonts (code pages) for your PC that
  164.   are easy to load dynamically -- no more endless and fruitless wandering
  165.   through the corridors of IBM or Microsoft to track down a Hebrew or Cyrillic
  166.   code page; no more editing AUTOEXEC.BAT (DISPLAY.SYS, NLSFUNC blah blah,
  167.   MODE CON CP PREPARE blah blah, MODE CON CP SELECT blah blah) and then
  168.   rebooting to install a new code page, no more limit to four "prepared" code
  169.   pages.  Now you can just "loadfont" whatever code page you want, any time
  170.   you want.  This directory includes code pages for Western and Eastern
  171.   European languages (CP437, 850, and 852), Icelandic (861), Hebrew (862) and
  172.   Cyrillic (863), plus utilities to load and display them.  Our thanks to
  173.   Joseph (Yossi) Gil at The Technion in Haifa, Isreal, for this wonderful
  174.   collection (and this is only a small part of it -- look in
  175.   kermit.columbia.edu:pcfonts for more, and maybe find even more at the
  176.   Technion - ftp.technion.ac.il).
  177.  
  178. CYRILLIC
  179.   Also new.  Key mapping and screen translation setups to be used with the
  180.   Cyrillic font, plus Cyrillic character-set tables.  Use MS-DOS Kermit for
  181.   Russian terminal emulation (and Ukranian, Bielorussian, etc), using any of
  182.   the popular host encodings: ISO, KOI-8, or Short KOI.  Now you can read
  183.   those Russian newsgroups!  Thanks to Konstantin Vinogradov of ICSTI in
  184.   Moscow, Russia, for the .INI files.
  185.  
  186. HEBREW
  187.   Also new.  The files in this directory give MS-DOS Kermit full Hebrew
  188.   terminal emulation capability, including the standard (i.e. WordPerfect :-)
  189.   key map for entering Hebrew letters on the PC keyboard, complete with
  190.   automatic English/Hebrew switching directed by the host, everything you get
  191.   on a real Hebrew-model VT420 terminal.  Thus the standard MS-DOS Kermit
  192.   distribution now replaces the various "Hebrewized" offshoots of MS-DOS
  193.   Kermit that have been in circulation for some years, e.g. for use with the
  194.   ALEPH bibliographic software.  You even get a PostScript picture of the
  195.   key map.
  196.  
  197. ROMAN
  198.   Character-set tables for Roman-based character sets used by MS-DOS Kermit.
  199.  
  200. HOW TO GET IT...
  201.  
  202. The ZIP file is available via anonymous ftp from kermit.columbia.edu in the
  203. directory kermit/test/bin, filename msv314.zip.  Transfer it in binary mode,
  204. and then unzip it, read the top-level READ.ME file, and go from there.
  205.  
  206. By the way, do not unzip the ZIP file over your old Kermit directory, or
  207. you will lose your old MSCUSTOM.INI file and your old dialing directory!
  208. Either make a new directory for MS-DOS Kermit 3.14, or copy your MSCUSTOM.INI
  209. and DIALUPS.TXT files to a safe place before wiping out your old one, for
  210. example:
  211.  
  212.   cd \kermit
  213.   copy mscustom.ini mscustom.old
  214.   copy dialups.txt dialups.old
  215.   pkunzip mstibm.zip
  216.   copy mscustom.old mscustom.ini
  217.   copy dialups.old dialups.txt
  218.  
  219. Also in the kermit/test/bin directory: mstz10.exe, MS-DOS Kermit 3.14 for
  220. the Heath/Zenith 100.  Other versions (Victor 9000, etc) will be added as
  221. time goes on.
  222.  
  223. There are also textual encodings of the ZIP file in BOO and UUENCODE format.
  224. These are available via anonymous ftp from kermit.columbia.edu, directory
  225. kermit/test/text, text mode, files mstibm.boo and mstibm.uue.  These two
  226. files are also available on CUVMA for retrieval via BITNET KERMSRV.
  227.  
  228. Our deepest thanks, as always, to Joe Doupnik for bringing another new
  229. version of MS-DOS Kermit to us.
  230.  
  231. Please send comments on MS-DOS 3.14 Beta via email to kermit@columbia.edu.
  232. In particular, we are interested in the new layout of the disk, and that all
  233. internal cross references among files (text, command, and program) are
  234. consistent and working.
  235.  
  236. ------------------------------
  237.  
  238. (Formal release announcement to be added here...)
  239.  
  240. ------------------------------
  241.