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

  1. .KEY FROMFILE/A,FIND/K/A,PAREXARGS/F
  2.  
  3. ; PARex v3.xx program script: "FindBOLD"
  4. ; ~~~~~~~~~~~~~~~~~~~~~~~~~~   ~~~~~~~~
  5. ; Update: 13-Nov-93
  6.  
  7. ; $VER: FindBOLD 39.000 (13.11.93) Puts a name (string) in bold text.
  8.  
  9. ; This program will search a file for a given name (string) and put it in
  10. ; bold text in the following way: "\e[1m<FOUNDNAME>\e[0m". The original case
  11. ; of the name is preserved. 
  12.  
  13. ; If no TO file is given then the destination file is called "FROMFILE.prx".
  14.  
  15. PAREX <FROMFILE> <PAREXARGS> TRACE LOAD { REPL "{<FIND>}" BY "\e[1m{}\e[0m" CONTEXT } 
  16.  
  17.