quote:
Originally posted by lovefallen
basically i want to do make a script that checks if wmp is running or not, then stop another script from working..
You can't stop scripts from running using a script. You'd need to implement this directly into the other WMP script.
quote:
Originally posted by Matty
You can use the EnumProcesses API to do this. I will try and post an example today for you.
Another way which is simpler but less reliable is to find a uniquely named/classed, always-present window from that process and check if it exists.