01-01-2019, 11:01 AM
Hi everyone,
I'm looking for a way to use an if statement to check if a program is running. I've found a few ways to do this with a window, but the program I'm using doesn't have a window and just sits in the system tray.
Here's my code. I just need to fill in the if statement.
Thank you so much for you help! I appreciate it. I'll keep looking on my own as well.
I'm looking for a way to use an if statement to check if a program is running. I've found a few ways to do this with a window, but the program I'm using doesn't have a window and just sits in the system tray.
Here's my code. I just need to fill in the if statement.
if ;;program called "Example Hotkeys" is running
AudioVolumeUpDownSpotify 1
else AudioVolumeUpDown 1
Thank you so much for you help! I appreciate it. I'll keep looking on my own as well.