Forum Discussion

ash10's avatar
ash10
Occasional Contributor
10 years ago

How to check if application is closed

I want to check if exe application is closed before opening another instance of application. Right now I am using script like.   WMI["ComputerName"] = "."; WMI["WaitForProcessExit"]("MyApplicatio...