05-19-2007, 07:19 AM
I am having issues with ShutDownProcess as it shuts down the first instant of the program even if its on an inactive user..
How do I use it so it only shuts down the program on the active user.
Heres the code im using;
str note.getwinexe(win("Notepad"))
ShutDownProcess note
is there any code to add that would shutdown the process that is running on active user and leave inactive user processes alone.
How do I use it so it only shuts down the program on the active user.
Heres the code im using;
str note.getwinexe(win("Notepad"))
ShutDownProcess note
is there any code to add that would shutdown the process that is running on active user and leave inactive user processes alone.