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

  1. .KEY FROMFILE/A,PAREXARGS/F
  2.  
  3. ; PARex v3.xx program script: "DocPrint"
  4. ; ~~~~~~~~~~~~~~~~~~~~~~~~~~~  ~~~~~~~~
  5. ; Update: 13-Nov-93
  6.  
  7. ; $VER: DocPrint 39.000 (13.11.93) Print file in elite characters.
  8.  
  9. ; Before the actual text of the file, its name is printed in bold (elite) text. At the
  10. ; end a page eject character is send.
  11.  
  12. PAREX <FROMFILE> PRT <PAREXARGS> TRACE NOVERSION INIT "\e[2w\e[1m<FROMFILE>\e[0m\n\n" CLOSE "\e[1w\f"
  13.  
  14.