I'm trying to set up an action in girder to kill a program (e.g. Skype) that is minimized to the system tray.
I've created a 'scripting' action in Girder and entered the following command, but nothing happens.
TerminateProcess (FindProcess ("skypePM.exe"))
I'm not familiar with lua (if this is relevant) and am struggling to troubslihsoot where I am goign wrong.
Can anyone point me in the right direction ?
many thanks


Reply With Quote