home *** CD-ROM | disk | FTP | other *** search
- .KEY FROMFILE/A,FIND/K/A,PAREXARGS/F
-
- ; PARex v3.xx program script: "FindBOLD"
- ; ~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~
- ; Update: 13-Nov-93
-
- ; $VER: FindBOLD 39.000 (13.11.93) Puts a name (string) in bold text.
-
- ; This program will search a file for a given name (string) and put it in
- ; bold text in the following way: "\e[1m<FOUNDNAME>\e[0m". The original case
- ; of the name is preserved.
-
- ; If no TO file is given then the destination file is called "FROMFILE.prx".
-
- PAREX <FROMFILE> <PAREXARGS> TRACE LOAD { REPL "{<FIND>}" BY "\e[1m{}\e[0m" CONTEXT }
-
-