I want to do following in a bat file
- Run a exe
- Capture results from step 1
- find a string in results from step 2
- if step 3 find is successful then do something
Is this possible(particularly worried about the find part)? Any help is appreciated. Thanks.