Search found 1 match

by thegeek
01 Jun 2008 20:56
Forum: DOS Batch Forum
Topic: Search for a string and perform an action
Replies: 1
Views: 6596

Search for a string and perform an action

Hello all, I have an application that when it finishes creates some log files. I need to do a search in one of the log files (text files) for the words "Success" or "Failure". If I find "Success" then I run a message box informing the users that the application complete...