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 can search for a command line program like GREP you can call from a batch that will take a replace string and a file and do the swap for you.