How to replace double quotes in findstr batch file
问题 I'm not sure what happened to my old account so had to create this new one. I am having trouble with a batch file I wrote. I have it working where the user will input certain information and then the input will replace text within a file. However, the issue I am having that I couldn't seem to find an answer to exactly on here or help me out is...how do you replace data within quotes? I tried escaping the quotes and i am not sure if it is finding it and just not replacing it or what. Here is