22 days ago
Monitor a running .exe
We have a need to monitor if a particular .exe is running on a windows system. So if you were to go into task manager and just look for whether it was running or not (e.g. task.exe exists). Seems pretty simple but I'm not sure how to get alerted if the process no longer exists.
Thanks in advance
I found a workaround outside of LogicMon. Would be nice if this worked.