home *** CD-ROM | disk | FTP | other *** search
- .KEY FROMFILE/A,PAREXARGS/F
-
- ; PARex v3.xx program script: "DocPrint"
- ; ~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~
- ; Update: 13-Nov-93
-
- ; $VER: DocPrint 39.000 (13.11.93) Print file in elite characters.
-
- ; Before the actual text of the file, its name is printed in bold (elite) text. At the
- ; end a page eject character is send.
-
- PAREX <FROMFILE> PRT <PAREXARGS> TRACE NOVERSION INIT "\e[2w\e[1m<FROMFILE>\e[0m\n\n" CLOSE "\e[1w\f"
-
-