I have a set of filenames like this:
Code: Select all
BAT000001480.RPT
BAT000001481.RPT
BAT000001482.RPT
BAT000001483.RPT
BAT000001484.RPT
BAT000001485.RPT
Code: Select all
No Data To Report
Basically I need the output to be the inverse of:
Code: Select all
FINDSTR /M "No Data To Report" BAT*.RPT
Thank you in advance. Any additional questions, please ask. I tried to be as through as possible when describing the problem. (I also did several searches on this as I'm sure it has come up before, but alas I couldn't find anything that I could use. )