J
Jos Vens
Hi,
I wonder if it's possible to check if an external command is still running,
using the Shell-function.
Here's my code (vCmd = dos-program):
vID = Shell(vCmd, vbMinimizedNoFocus)
is it possible to use vID in order to see if the dos-command is still open?
Thanks,
Jos Vens
I wonder if it's possible to check if an external command is still running,
using the Shell-function.
Here's my code (vCmd = dos-program):
vID = Shell(vCmd, vbMinimizedNoFocus)
is it possible to use vID in order to see if the dos-command is still open?
Thanks,
Jos Vens