Is there a way to find out all the child processes and their process ids that have been spawned by a parent process if you just have the parent process name ? I need to find a way to do this in PERL by today. Can someone help ?????
Is it a process you started with a script or just random processes? What OS? On unix many applications have a file that holds there process Id. And In some cases if you kill the parent you kill the child. It just depends on what you are dealing with.
Have a look at the example in Win32:erfLib documentation Mike
michael.j.lacey@ntlworld.com
Email welcome if you're in a hurry or something -- but post in tek-tips as well please, and I will post my reply here as well.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.