I'm not sure if VisualCron has a task that can do that directly, but you can do it with a PowerShell task. Eg if you have a file named Test.txt on your desktop that contains these lines:
Then you could write a simple PowerShell script like this:
That will return output like this:
If there happens to be more lines containing your keyword, the output will look like this:
That output will be stored in the Output variable of your VisualCron PowerShell task, and you can do whatever you want with it from there within VisualCron.