Is there a way to replace multiple strings with a loop using replacer.bat?
call replacer.bat "content.txt" "foo" "bar" "xyz abc" "bla fart"
call replacer.bat "content.txt" "foo\bar" "xyz\abc" "bla\fart"
These commands don't work, the help isn't very helpful, and executing a command for each replacement is not something very optimized