Please can someone help me write a batch file?
This is what I want it to do
For each line in File1:
Read the next line of File1 and put value in OldName
Read the next line of File2 and put value in NewName
Find and replace all occurrences of OldName in files in directory and all subdirectories with NewName.
If there is no match, write the OldName value in Unused.txt