home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 19 Printer / 19-Printer.zip / PR_FILE.ZIP / PR_FILE.DOC next >
Text File  |  1991-02-04  |  1KB  |  37 lines

  1.  
  2. PR_FILE is an OS/2 printing utility similar to the DOS Norton LP
  3. utility.  Two files are needed:
  4.  
  5.     I:\OS2_BIN\PR.CMD
  6.     I:\OS2_BIN\PR_FILE.EXE
  7.  
  8. Put them anywhere on the path to use them.  The LP syntax is
  9. supported almost exactly, except:
  10.  
  11.  1. ESC codes are accepted on the command line
  12.  
  13.  2. An additional header type, /HEADER3, is provided.
  14.  
  15. Output is essentially the same as the DOS LP.  Execute pr_file
  16. with no args to get the following list of options.
  17.  
  18.  
  19. PR_FILE filename [ output_filename ] [ switches ]
  20.                                                               
  21. output_filename defaults to LPT1.                             
  22.  
  23. Switches:
  24.  
  25. /Tn ........... Top margin.
  26. /Bn ........... Bottom margin.
  27. /Ln ........... Left margin.
  28. /Rn ........... Right margin.
  29. /Hn ........... Height of printable page.
  30. /Wn ........... Width of printable page.
  31. /S ............ Search current and subdirectories for files.
  32. /N ............ Line numbering.
  33. /HEADER0 ...... No header.
  34. /HEADER3 ...... Header with Date, Filename, and page numbers.
  35. /SETUP:string   Send this string to printer before each file.
  36.  
  37.