PRINTPS.CMD ----------- This is a simple program written in REXX which allows you to print a text file on a Postscript capable printer. The command format is: PRINTPS where is the name of the file you want to print. You can edit PRINTPS.CMD to change the following items: printer port output = 'LPT1' number of line on a page numlines = 80 size of the page pagelength = 792 (11 inches) top margin topmargin = 36 (0.5 inch) bottom margin bottommargin = 36 (0.5 inch) left-hand side margin leftmargin = 54 (0.75 inch)