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

  1. .KEY FROMFILE/A,FIND/K/A,PAREXARGS/F
  2.  
  3. ; PARex v3.xx program script: "FindLIGHT"
  4. ; ~~~~~~~~~~~~~~~~~~~~~~~~~~   ~~~~~~~~~
  5. ; Update: 13-Nov-93
  6.  
  7. ; $VER: FindLIGHT 39.001 (13.11.93) Puts a name (string) in reverse text.
  8.  
  9. ; This program will search a file for a given name (string) and put it in
  10. ; reverse text in the following way: "\e[31;42m<FOUNDNAME>\e[0m". The original
  11. ; case of the name is preserved.
  12.  
  13. ; Users of AmigaOS v1.x better use "\e[32;41m" instead of "\e[31;42m" to
  14. ; get the same effect as in AmigaOS v2.04 and later.
  15.  
  16. ; If no TO file is given then the destination file is called "FROMFILE.prx".
  17.  
  18. PAREX <FROMFILE> <PAREXARGS> TRACE LOAD { REPL "{<FIND>}" BY "\e[31;42m{}\e[0m" CONTEXT } 
  19.  
  20.