in reply to Re^4: using system and exec in same script using child
in thread using system and exec in same script using child
does this work?== master script == doprocessing(); system("launchexternalscript"); gatherinfofromthoseinfo(); == externalscript == fork(); system("gotootherserverandgetinfo");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: using system and exec in same script using child
by convenientstore (Pilgrim) on Jan 14, 2010 at 17:12 UTC |