home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 2: PC / frozenfish_august_1995.bin / bbs / d09xx / d0957.lha / PARex / PARexScripts / Print < prev    next >
AmigaDOS Script File  |  1993-11-24  |  404b  |  15 lines

  1. .KEY FROMFILE/A,PAREXARGS/F
  2.  
  3. ; PARex v3.xx program script: "Print"
  4. ; ~~~~~~~~~~~~~~~~~~~~~~~~~~~  ~~~~~
  5. ; Update: 13-Nov-93
  6.  
  7. ; $VER: Print 39.000 (13.11.93) Send file to printer.
  8.  
  9. ; At the end of the file a page eject character is send. Remove the CLOSE 
  10. ; command if you do not want this or call this script as:
  11. ; ' Print <file> CLOSE "" ' 
  12.  
  13. PAREX <FROMFILE> PRT <PAREXARGS> TRACE NOVERSION CLOSE "\f"
  14.  
  15.