L
Luke Vogel
Hi all ...
I'm writing a small application that needs to run a number of console
executables.
No problem, I can use the 'shell' function with all its useful
parameters to run each console app.
My problem is that I need to react to the ERRORLEVEL that is returned by
the console executables in each case.
The shell function returns a processID which is not useful in this case.
Can anyone guide me as to how to query the ERRORLEVEL system variable?
Kind regards ...
I'm writing a small application that needs to run a number of console
executables.
No problem, I can use the 'shell' function with all its useful
parameters to run each console app.
My problem is that I need to react to the ERRORLEVEL that is returned by
the console executables in each case.
The shell function returns a processID which is not useful in this case.
Can anyone guide me as to how to query the ERRORLEVEL system variable?
Kind regards ...