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
Search found 2 matches
- 06 Apr 2009 14:07
- Forum: DOS Batch Forum
- Topic: findstr for multiple searches?
- Replies: 1
- Views: 21405
- 26 Mar 2009 09:37
- Forum: DOS Batch Forum
- Topic: Need help with a date less than today script
- Replies: 1
- Views: 5008
Need help with a date less than today script
I'm trying to add a date check to script I have written. what I need is..example If %DATE% is less than this %DATE% goto end else continue.. I'm sending a .bat file to some users desktop but I do not want them to run it until a specific date, but you know they will! I need the script to run if the d...