home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung 2 / Power-Programmierung CD 2 (Tewi)(1994).iso / c / library / os2 / lj / readme.os2 / __headers__.txt
Encoding:
Text File  |  1993-06-04  |  1.2 KB  |  22 lines

  1.     LJ -- A printing utility for the HP LaserJet
  2.  
  3.    This program prints a series of files on the LaserJet printer.  The   files are printed in a "landscape" font at 17 characters to the inch.   To take advantage of this density, two "pages" of information from   the file are printed on each piece of paper (left and right halves).
  4.  
  5.    Originally written by Joe Barnhart and subsequently modifed by   Ray Duncan and Chip Rabinowitz.  This program has been placed in   the public domain for use without profit.
  6.  
  7.     See the ChangeLog for additional information.
  8.  
  9.  
  10. Files: ./  lj2.exe      OS/2 1.x--2.x exe, output is to stdout.  lj2bnd.exe   OS/2 and MSDOS bound executable.  lj2.def      linker definition file.  makefile.os2 Makefile for EMX/gcc and MSC.  patches.os2  context diff's from Polly's upload to ftp-os2.nmsu.edu ORIG/  lj2.exe      Mark Polly's original OS/2 2.x exe, output is to PRN.
  11.  
  12.  
  13. ToDo:  1. Add duplex mode for duplex printers such as the IID. Add the "long     edge" and "short edge" options.  2. Accept input from stdin.  3. Consider adding "quiet" option and output file option; use GNU     getopt() for option handling.
  14.  
  15. --
  16. Darrel Hankerson hankedr@mail.auburn.edu 
  17. 28 April 1993
  18.  
  19.  
  20. 4 June 1993  bugfixes; see ChangeLog
  21.  
  22.