batch file - DOS: find a string, if found then run another script - Stack Overflow
I want to find a string in a file using DOS: For example find "string" status.txt And when it is found, I want to run a batch file. What is the best way to do this?...