This is what I want to do, make an application that:
-Launches an app (i.e. notepad.exe), at a certain time
-If that app is closed prematurely, relaunch it
-Close the app at a certain time
I can launch the app using sytem("notepad.exe" or whatever
but, I do not know where to go from there. I do not use MFC, (I just write what I need using some windows libraries) So, If that's what it takes pleas be explicit.
thanks in advance
-Launches an app (i.e. notepad.exe), at a certain time
-If that app is closed prematurely, relaunch it
-Close the app at a certain time
I can launch the app using sytem("notepad.exe" or whatever
but, I do not know where to go from there. I do not use MFC, (I just write what I need using some windows libraries) So, If that's what it takes pleas be explicit.
thanks in advance