home *** CD-ROM | disk | FTP | other *** search
- From the C source file:
-
- LJ -- A printing utility for the HP LaserJet
-
- 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).
-
- 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.
-
- See the ChangeLog for additional information.
-
-
- 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.
-
-
- 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.
-
- --
- Darrel Hankerson hankedr@mail.auburn.edu
- 28 April 1993
-
-
- 4 June 1993
- bugfixes; see ChangeLog
-
-