I would like to write a small app that runs in the background and performs a series of actions when a particular program stops. i.e. 1.exe is running - when the user closes this program, my app steps in and does its thing.
Can AMS do this?
thanks
Professional Software Development Tools
I would like to write a small app that runs in the background and performs a series of actions when a particular program stops. i.e. 1.exe is running - when the user closes this program, my app steps in and does its thing.
Can AMS do this?
thanks
With our fists clenched,
We cannot shake hands
Check out Enummerate Titles or Processes.
When the title or process terminates, launch/show your application.