Hello,

I'm developing an application that needs to ensure that another specific program isn't started while the app is executing. What would be the best way to accomplish this? I've stumbled upon semaphores but I'm not sure if this is the way to go or not.

Thanks in advance!