Search found 1 match

by Lyle
20 Sep 2011 18:38
Forum: DOS Batch Forum
Topic: run a utility, then make a decision on the result returned
Replies: 1
Views: 2259

run a utility, then make a decision on the result returned

In Windows 2008, I'm trying to write a batch file that runs a Windows utility. In one case, the utility returns silently, and the batch file should return a success condition. In the other case, the utility returns one or more lines of status info, and the batch file should return an error condition...