home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / print / ascii2ps / prntps / printps.abs < prev    next >
Encoding:
Text File  |  1992-11-09  |  659 b   |  19 lines

  1. PRINTPS.CMD
  2. -----------
  3.  
  4. This is a simple program written in REXX which allows you to print a text
  5. file on a Postscript capable printer. The command format is:
  6.  
  7.    PRINTPS <filename>
  8.  
  9. where <filename> is the name of the file you want to print.
  10.  
  11. You can edit PRINTPS.CMD to change the following items:
  12.  
  13.  printer port                  output = 'LPT1'
  14.  number of line on a page      numlines = 80
  15.  size of the page              pagelength = 792   (11 inches)
  16.  top margin                    topmargin = 36     (0.5 inch)
  17.  bottom margin                 bottommargin = 36  (0.5 inch)
  18.  left-hand side margin         leftmargin = 54    (0.75 inch)
  19.