home *** CD-ROM | disk | FTP | other *** search
- .KEY FROMFILE/A,PAREXARGS/F
-
- ; PARex v3.xx program script: "Print"
- ; ~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~
- ; Update: 13-Nov-93
-
- ; $VER: Print 39.000 (13.11.93) Send file to printer.
-
- ; At the end of the file a page eject character is send. Remove the CLOSE
- ; command if you do not want this or call this script as:
- ; ' Print <file> CLOSE "" '
-
- PAREX <FROMFILE> PRT <PAREXARGS> TRACE NOVERSION CLOSE "\f"
-
-