home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / print / lj2 / readme.os2 < prev   
Text File  |  1993-06-04  |  1KB  |  43 lines

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