I want to verify that helper.exe
is running, and vise versa.
What I’m looking for is something like:
if(not running helper.exe) { //fatal error here }
I didn’t try anything except googling which didn’t give me an answer.
New contributor
some guy who likes C is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
3