I have a batch file which moves files from one folder to another. The batch file is generated by another process.
Some of the files I need to move have the string \"
In batch files, the percent sign may be "escaped" by using a double percent sign ( %% ). That way, a single percent sign will be used within the command line. from http://www.robvanderwoude.com/escapechars.php