I have a script which executes another script by using
the system command:
system("script1");script1 had started some processes and also spawned off several child processes. Is there a way in which I can find out from my script which processes were spawned by script1 when it was invoked from my script? It is possible that there maybe several instances of script1 running at the time that script1 is invoked from my script. Thanks. __________________________________________________ Do You Yahoo!? Try FREE Yahoo! Mail - the world's greatest free email! http://mail.yahoo.com/
