How to Determine if Application Window Still Active

E

Edwin Kelly

I am launching a CMD window with the Shell command and running a command that
I am building in code. I want to be able to determine if the window is still
active before proceeding. Is there a way to do that?
 
E

Edwin Kelly

I've implemented a Pause of 10 seconds but many times the window only runs
for a split second and other times it runs much longer. I need to be able to
determine exactly when the window closes to prevent too many windows being
created.
I can capture the number assigned to the window being created but I do not
know how to use that with other Windows commands to test if it is still
open/active.
 
E

Edwin Kelly

Sorry I did not notice the link in your posting. Will take a look and try it
out. Thanks !
 
Top