• Can someone code me a quick app?
    2 replies, posted
I need it in C++ and simply it must do this: When launched, it launches 1.exe and 2.exe Then it checks if both 1 and 2 are running(checks as often as possible) And if one of them is not running, terminate the one exe that is running and itself. It shouldn't be long, right? Please?
What's this going to be used for?
Does it have to be C++ Standard conform? If not, then you can use [url=http://msdn.microsoft.com/en-us/library/ms682425(VS.85).aspx]CreateProcess[/url] and [url=http://msdn.microsoft.com/en-us/library/ms687025(VS.85).aspx]WaitForMultipleObjects[/url].
Sorry, you need to Log In to post a reply to this thread.