home *** CD-ROM | disk | FTP | other *** search
-
- ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓
- ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓
- ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓
- ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓
- ▓▓▓▓▓▓▓▓·── ──·▓▓▓▓▓▓▓▓▓▓▓
- ▓▓▓▓▓▓▓▓│ │░░▓▓▓▓▓▓▓▓▓
- ▓▓▓▓▓▓▓▓ The UltiGREP package was Conceived, Designed ░░▓▓▓▓▓▓▓▓▓
- ▓▓▓▓▓▓▓▓ and Written by Floor A.C. Naaijkens for ░░▓▓▓▓▓▓▓▓▓
- ▓▓▓▓▓▓▓▓ UltiHouse Software / The ECO Group. ░░▓▓▓▓▓▓▓▓▓
- ▓▓▓▓▓▓▓▓ ░░▓▓▓▓▓▓▓▓▓
- ▓▓▓▓▓▓▓▓ (C) MCMXCII by EUROCON PANATIONAL CORPORATION. ░░▓▓▓▓▓▓▓▓▓
- ▓▓▓▓▓▓▓▓ All Rights Reserved for The ECO Group. ░░▓▓▓▓▓▓▓▓▓
- ▓▓▓▓▓▓▓▓│ │░░▓▓▓▓▓▓▓▓▓
- ▓▓▓▓▓▓▓▓·── ──·░░▓▓▓▓▓▓▓▓▓
- ▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▓▓▓▓▓▓▓▓▓
- ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓
- ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓
- ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓
-
-
-
-
- The UltiGREP package comprises of the following programs:
-
- QF.EXE -- QuickFind
- GSR.EXE -- Global Search and Replace (library based !)
- USR.EXE -- Universal String Replacement Utility
- UGREP.EXE -- UGREP is a version of (UNIX's) EGREP. (Extended !)
-
- The UGREP is being worked on, but the others already work beautifully.
-
-
-
-
-
- USR - Universal String Replacement Utility -- Version 1.0
- (C) MCMXCII by UltiHouse Software / The ECO Group.
- Part of the UltiGREP package: GSR, USR, QF, UGREP.
-
- Usage: USR INFILE {SEARCHSTRING [REPLACEMENTMSG]} options
-
- Search for selected string, junk is inserted, unless replacement is
- specified. Of course, no more than length(searchstring) bytes are
- used in the replacement. If replacement is too short, junk is inserted.
- Standard, no more than 2048 bytes are searched.
-
- Options:
- /l search for LZEXE header.
- /p search for PKLITE header.
- /r reverse: replace junk with header. (specify further as normal cvt)
- /s 0 search whole file
- /s xxxx search first xxxx bytes of file.
- Use /s as last option on the commandline
-
- Examples:
- USR fil FIND search file for FIND
- USR fil FIND REPL search file for FIND, replace it with REPLACE
- USR fil /p search file for PKLITE header, replace that with junk
- USR fil /p JUNK /r search file for JUNKjunk header, replace that PKhdr
- USR fil /l REPL /s 500 search file's first 5000 bytes for LZhdr, r/with REPLGSR - Global Search & Replace Utility -- Version 1.0
-
- Two batchfile examples on how to use USR are included and pertain to
- the field of EXE header replacement, as beautifully demonstrated by these
- very programs! Copyrights can thus be easily included, also making unpacking
- somewhat more diffcult. Batchfiles are for LZEXE and PkLite respectively.
-
-
-
- GSR - Global Search & Replace Utility -- Version 1.0
- (C) MCMXCII by UltiHouse Software / The ECO Group.
- Part of the UltiGREP package: GSR, USR, QF, UGREP.
-
- Usage: GSR INTEXT {LIBRARY} {ptions}
-
- Search for strings in library (default: gsr_std.lib) and replaces
- each occurence with replacement string. Library layout: each string
- contains in pos(1) the searchstring, and in pos(41) the replacement.
- No more than 2000 entities may be specified.
-
- Options:
- /b create backupfiles.
- /c search casesensitive.
- /d debugmode: shows info during scan.
- /p xx position replacmentstring on line (up to 80, line 160).
- /q questionmode after each find, whether you want replacement.
- /s show strings on screen. (one line)
- /r user can specify search and replacement options, for
- fast and easy use. (Casual use).
-
- Up to 2000 library entries may be specified, so you might even replace
- 2000 expressions simulateously! (This would decrease operationspead...)
- GSR will support UGREP regular expressions in the next version (when
- UGREP itself will come out).
-
-
-
-
- QF - QuickFind String Find Utility -- Version 1.0
- (C) MCMXCII by UltiHouse Software / The ECO Group.
- Part of the UltiGREP package: GSR, USR, QF, UGREP.
-
- Usage: QF [wildfile] [searchtext] [/c] [/s] [/d]
-
- /c search case sensitive
- /s search entire subtree
- /d disable show on screen
-
- Example QF j:..\..\projects\*.pas _help_proc /c /s
- would search "_help_proc" in .pas files, considering,
- that drive j: has as current directory:
- J:\TP\SRC\PROJECTS\INCLUDES\SYS
- so that j:..\..\projects does indeed point at
- J:\TP\SRC\PROJECTS
- and therefore *.PAS's might be found.
- Just a somewhat difficult and flexability-showing example....
-
-
-
-
-
- UGREP - The UltiHouse EGREP Utility -- Version 1.0
- (C) MCMXCII by UltiHouse Software / The ECO Group.
- Part of the UltiGREP package: GSR, USR, QF, UGREP.
-
- Usage: UGREP regular_expression infile [outfile (default: stdout)]
-
- Out: linenr. text text
- .. text text
- .. text text
- .. text text
- linenr. text text
-
-
- All utilities report help when /? is specified on the commandline.
- If you find The UltiGREP package helpful, send $10,= or ƒ15,= to
- UltiHouse. Updates are free, UGREP will be available soon.
-
-