Is there a way to replace some characters in a text file with a batch file?
I didn\'t find any command to do that.
You have to use WIN32 SED and see the official gnu sed page for explanation. It is really powerful :
> sed "s/WORD_FROM/WORD_TO/" file_name > changed.file.name