Replacer.cmd
by Marko Zarkovic, Ottawa Canada
February 2000

Instructions
~~~~~~~~~
Replacer searches for instances of a master file <filename> on x: and replaces each instance. 
I use Replacer to update certain drivers for my Warp Connect installations. I keep all
the update drivers in a single directory, then run Replacer as follows:
for %1 in (*.*) do replacer %1 x: 

