I have a program which uses the system() function to call a command line program, then using the system() again to call another. the first one works without issues, the second one just hangs on the "system(... .)" statement with no errors or anything else. Any one have any ideas??
System Function Used Multiple time
Collapse
Comment