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

  1. .KEY FROMFILE/A,PAREXARGS/F
  2.  
  3. ; PARex v3.xx program script: "SrcPrint"
  4. ; ~~~~~~~~~~~~~~~~~~~~~~~~~~~  ~~~~~~~~
  5. ; Update: 13-Nov-93
  6.  
  7. ; $VER: SrcPrint 39.000 (13.11.93) Print file in condensed 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\e[1w\n\n\e[4w" CLOSE "\e[3w\f"
  13.  
  14.