findstr for multiple searches?
Posted: 06 Apr 2009 14:07
How do I do a findstr if I'm looking for more than 1 string?
This is what I have...but it's not looking for either or, it's only finding one?
findstr /I d10-p.sc.xxx.com cats5c.sc.xxx.com
if not %errorlevel==0%
goto END
This is what I have...but it's not looking for either or, it's only finding one?
findstr /I d10-p.sc.xxx.com cats5c.sc.xxx.com
if not %errorlevel==0%
goto END