home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / printers / README.TXT < prev    next >
Text File  |  2020-01-01  |  1KB  |  32 lines

  1. This directory contains printer utilities that can be used with Kermit
  2. software.
  3.  
  4. hp4lpr.c
  5.   Transparent print through a VT terminal or emulator to an attached
  6.   HP LaserJet 4L printer, translating Latin-1 characters to HP Roman8.
  7.   C-language source; compile, link, and run on your host system.
  8.   May be used with standard input or a file list.
  9.  
  10. hp5lpr.c
  11.   Transparent print through a VT terminal or emulator to an attached
  12.   HP LaserJet 5L printer, translating Latin-1 characters to Code Page 437.
  13.   C-language source; compile, link, and run on your host system.
  14.   May be used with standard input or a file list.
  15.  
  16. pcaprint.sh
  17.   Autoprint to a VT terminal.  UNIX shell script.
  18.   May be used with standard input or a file list.
  19.  
  20. pcprint.sh
  21.   Transparent print to a VT terminal.  UNIX shell script.
  22.   May be used with standard input or a file list.
  23.  
  24. pcprint.com
  25.   Transparent print to a VT terminal.  VMS DCL command procedure.
  26.  
  27. textps.c
  28.   Plain-text to PostScript converter.  Translates various character sets
  29.   (e.g. PC code pages) for correct printing.  See textps.doc for details.
  30.  
  31. (End)
  32.