home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / mskermit / msdaaa.txt < prev    next >
Text File  |  2020-01-01  |  1KB  |  35 lines

  1. File MSDAAA.HLP
  2.  
  3. Files whose name start with MSD... are demo files for various features
  4. found in MS-Kermit 3.0 and later, like Heath graphics, TEK4010 graphics,
  5. and VT320 emulation. Since they do not consist entirely of printable
  6. ASCII characters, they have been stored on CUVMA in boo-encoded form.
  7. To decode them, run them through MSBPCT; e.g.,
  8.  
  9.          MSBPCT MSDUSA.BOO
  10.  
  11. This will create a binary file whose extension indicates what feature it
  12. is supposed to be a demo for; in the example above, USA.TEK will show off
  13. MS-Kermit's Tektronix 4010 capabilities. - The original file (MSDUSA.BOO)
  14. is not needed after running MSBPCT.
  15.  
  16. To view the demo, start MS-DOS Kermit and put it in the right frame of mind
  17. via SET TERM ...; then REPLAY the file just created. E.g.,
  18.  
  19.          SET TERM TEK
  20.          REPLAY USA.TEK
  21.  
  22. A list of demo files as of 1 March, 1990, follows:
  23.  
  24.    Network name   True name        SET TERM ...
  25.  
  26.    MSDCAS.BOO     CASTLE.HGR       HEATH
  27.    MSDPAT.BOO     PATTERN.HGR      HEATH
  28.    MSDCHA.BOO     CHARDEMO.VT      VT320
  29.    MSDCOL.BOO     COLORS.VT        VT320
  30.    MSDFEA.BOO     FEATURES.VT      VT320
  31.    MSDEMO.BOO     DEMO.TEK         TEK
  32.    MSDUSA.BOO     USA.TEK          TEK
  33.  
  34. More demo files welcome!
  35.