<pre>
Alternative Seek And Destroy for Windows 32 bit

A little yet flexible and powerful tool/patcher.
Search and replace text or binary pattern in
multiple, arbitrary files, wildcards are allowed.

Available options (switches) are:
 help on usage,
 arguments check,
 make backup for altered file,
 recursive search into subdirectories,
 ignore case search (case-insensitive),
 retains file date/time of altered file,
 don't actually proceed (test-mode switch).

Escape character "\" followed by num or hexnum
to specify special ASCII characters

Console mode, kids, you might either love or hate this :)

by aa - aa@bitsmart.com, http://delphi.formasi.com

Caveat: The plain S/R routine taken from Borland seems to be
the main bottleneck here :(, when it's regarding to a big
file (>2MB) containing many matches pattern (>1000 matches),
it will down on her knees, for that reason, I refuse releasing
the source code - until after I found the better algorithm
