check if external program runs
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hello, is there anybody who knows the command for this? I want to check if a program was shut down by an accident and then start it again (by using CreateProcess). Thanks for any help
What distinguishes a program shut down by accident versus one shut down on purpose? Either way, there's no way to detect that if you did not actually start the program. Even then, the shut-down method used is questionable.
Five birds are sitting on a fence. Three of them decide to fly off. How many are left?