home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 19 Printer / 19-Printer.zip / LPR.ZIP / LPR.DOC < prev    next >
Text File  |  1991-03-24  |  735b  |  20 lines

  1. lpr prints files to standard out.  Execute by
  2.     lpr [flags] filen ...
  3.  
  4. Flags are single characters preceeded by '-'
  5.     -lnn      number of lines per page, default is 60
  6.     -pn       n is the printer number, default is 1
  7.     -tstring  string is the title to use for the listing instead of
  8.               'stdin' for input from stdin.
  9.  
  10. where filen is a list of files to print.  Wildcards are
  11. permitted.  If no files are specified, input is from stdin.
  12.  
  13. lpr.exe is bound and window compatible.  This is a simple 'lpr' program and
  14. assumes line printer (Epson compatible) output.  I wrote it mainly so that
  15. I could pipe output to the printer with headers and page breaks.
  16.  
  17. Author: David Landis
  18. Phone:  (313) 698-1167
  19.  
  20.