Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
close a program that is running
#2
If using a window trigger to run the macro automatically when the window is created, usually this code can be used in the macro:
int hwnd=TriggerWindow
clo hwnd

Or look in floating toolbar -> Windows,controls -> Window/control actions -> Close.

If the program does not have windows:
ShutDownProcess "programName"


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)