I need to replace a string in a file A, with empty string. And I need to do it using Batch script.
Input: A.txt A.txt contains "xyz", which I need to replace with empty string in same file A.txt.
I need to replace only "xyz" from the file A.txt, not the entire file. The file A.txt contains contains several other strings.
Please let me know if possible.