I want to have a test that looks at the output from an external program. However this output is not just an errorlevel.
Example.
So, what I want to be able to do is read in a part of each line into a variable and then make a comparison to that variable. I quess what I am tring to do is a test like if 25 < User count then test = BADyou execute c:\myapp.exe
On the screen it displays the following
Quantum's New App details
-------------------------------
User Count = 6
Date Engine Started = 23/5/04
Data Waiting to Write = 123,455K
I am not expecting hostmon to do this, I simply wanted to know if anyone had any cleaver ideas on this, even a program that could split the different elements of the programs' output into a few seperate files.
Hope this is understandable.
Q[/quote]