With C how could I use system calls (in Windows) to launch, stop, and restart another program say when my program is done running... like the last line or code, or even if I could do it while my program is still running.

Also if someone could tell me how to delete a file with a C function... in Windows.