in reply to Re: How does system(1,"foo") work on Windows?
in thread How does system(1,"foo") work on Windows?
Do you know why CREATE_NEW_PROCESS_GROUP flag is used ? It is a problem because child processes no longer respond to Ctrl+C, while the main script does. Then the main script exits on keyboard interrupt, but child processes linger in the background where no onne can see them.
|
|---|