Hello,
Can someone please help me with find and replace strings in a file. This is what am trying to do:
FOR /F "tokens=1" %%G IN (host.txt) DO
For /F "tokens=1,2" %%A IN ('type %%G.txt') do ...
http://www.experts-exchange.com/Programming/Languages/Scripting/Shell/Batch/Q_23733083.htm...