System Function Used Multiple time

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mcwnasa
    New Member
    • May 2012
    • 1

    System Function Used Multiple time

    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??
  • RonB
    Recognized Expert Contributor
    • Jun 2009
    • 589

    #2
    Impossible to say without seeing your code.

    Comment

    Working...