home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / pub / win100 / winaaadoc.txt < prev    next >
Text File  |  2020-01-01  |  5KB  |  130 lines

  1.                  WIN100
  2.  
  3.              William S. Hall
  4.              3665 Benton Street, #66
  5.              Santa Clara, CA, 95051 
  6.  
  7.           Internet address: william@novell.com
  8.             MCI Mail: wshall
  9.  
  10.  
  11.      WIN100 is a vt100/vt52 terminal emulator with Kermit for
  12. Microsoft Windows.  Although the program is still undergoing
  13. development, the program has enough features to make it quite
  14. usable and is being made available to the Kermit distribution
  15. network.
  16.  
  17.      Source code is not yet available for release.  However,
  18. eventually both source and binary files will be published.
  19.  
  20.      The files contained here replace the previously released
  21. WN100K.EXE.
  22.  
  23.      The current distribution consists of the following files:
  24.  
  25.     1.  WIN1002.BOO - A Windows 2.x version of the program
  26. which has also been marked to run in Windows 3.0.  Use MSBPCT
  27. (available from the Kermit distribution center) to recover the
  28. executable WIN100.EXE.  Run this program only if you do not yet
  29. have Windows 3.0.  Except for bug fixes, this program will not
  30. receive further development.
  31.  
  32.     2.  WN1003.BOO - A Windows 3.0 version of the program.
  33. Use MSBPCT to obtain the executable WIN100.EXE.
  34.  
  35.     3.  WIN100D.BOO - Documentation in Windows Write for
  36. WIN100.  Use MSBPCT to recover the file WIN100.WRI.  This file
  37. was formatted for an HP LaserJet printer.  You may need to
  38. reformat some of the tables if you use some other printer.
  39.  
  40.     4.  WN100P.BOO - A Windows Paint file which contains
  41. the figures referenced in the documentation.  Use MSBPCT
  42. to recover the file WIN100.MSP, which can be viewed in either
  43. Windows Paint or PaintBrush.
  44.  
  45.     5.  WN100F.BOO - A font file for WIN100.EXE which is
  46. suitable for VGA displays.  Use MSBPCT to recover the file
  47. WIN100E.FON.
  48.  
  49.      To install the program just copy it to a suitable directory
  50. and run it from there.  If you want to use the fonts, install
  51. them with the control panel.  You can print the documentation
  52. directly from Write.  The figures will print best onto a LaserJet
  53. printer from Paint.  If you print from PaintBrush, set your
  54. printer to Landscape mode and expect the output to split over two
  55. pages.  This shortcoming will be rectified soon.
  56.  
  57.      WIN100 for Windows 2.x does not contain an internal icon, so
  58. if you install it in a program group, you will get a default icon
  59. from the Program Manager.
  60.  
  61.  
  62.                   Notes
  63.  
  64.      The font selection dialog box requires you to exit the
  65. program for the font change to take effect.
  66.  
  67.      A font file has been supplied to support DEC special
  68. graphics and bolding.  Windows normally does bolding by widening
  69. character glyphs.  In terminal emulation, this results in
  70. misaligned columns or partial overwrites.  To eliminate this
  71. unsightly behavior, we have supplied normal and bold fonts in
  72. both the ANSI and DEC special graphics character sets.  The fonts
  73. are digitized for the VGA and may be too large for use on an EGA
  74. or Hercules display.  If you elect not to use the supplied font,
  75. then bold characters will most likely not display very well and
  76. you will not have DEC special graphics.  Ultimately, I will try
  77. to supply fonts designed for other displays, but the job is
  78. formidable.  Assistance with this task would be greatly
  79. appreciated.
  80.  
  81.      Because a vt100 and vt52 are strictly 7 bit terminals,
  82. WIN100 does not yet support the full ANSI character set.  Future
  83. releases will lift this restriction.
  84.  
  85.      The current emulation in WIN100 extends beyond vt100 and
  86. includes most of the features of the vt101, vt102, and vt132
  87. DEC terminals.  Wide and double high characters are not yet
  88. supported.
  89.  
  90.      The Kermit support includes 1, 2, and 3 byte checksums,
  91. eight bit quoting, and run length encoding.  Basic protocol
  92. and packet parameters can be modified.  Currently there
  93. is no server support nor can long packets be used.  Basic
  94. server commands have a high priority and will be added
  95. as soon as possible.
  96.  
  97.      The Kermit commands are not yet documented, but for the most
  98. part you should have no trouble in using these features. 
  99. However, picking files to send may be somewhat confusing.  It may
  100. help to know that the list box used to choose files to send
  101. allows multiple selection.  You are not restricted to sending one
  102. file at a time.  Note that if you run the Windows 2 version in
  103. Windows 3, multiple selection will not work the same.  You will
  104. be happier with the 3.0 version.
  105.  
  106.      To change directories and drives in WIN100, use the Kermit
  107. Send dialog box to move about.  When you get to the desired
  108. directory, cancel.
  109.  
  110.                Version Information
  111.  
  112. Windows 2.x:
  113.  
  114. Base Version 2.2, 09/24/90
  115.  
  116. Current Version 2.3, 10/09/90.  Fixed problem in Kermit receive
  117. which caused the program to enter an infinite loop when
  118. decompressing files.
  119.  
  120.  
  121. Windows 3.0:
  122.  
  123. Base Version 2.2, 09/24/90.
  124.  
  125. Current Version 2.4, 10/10/90.  Fixed problem in Kermit receive
  126. which caused the program to enter an infinite loop when
  127. decompressing files.  Added program icon.  Replaced protocol and
  128. packets parameter selection list boxes by combo boxes.
  129.  
  130.