Page 1 of 1

Multiple find and replace

Posted: Thu Jun 29, 2006 2:29 pm
by petterkjeilen
Hi

I need to be able to run batch find and replace from command line.
Is it possible to provide a list of text to replace and a list of text to replace to ?
I need to be able to build the list dynamicly from script.

Something like this:
afr -execute:replace -searchfor "Release 5","Version 5","Build 5" -replacewith "Release 6","Version 6","Build 6" -min -exit

Possible?

Thanks for your help !

/Petter