How to stop/kill child process?
848469Mar 19 2011 — edited Mar 22 2011I am creating one process, and it will call another exe.
Now both are running as a different process. When I am closing my application first process is destroyed by calling destroy method. But I can’t able to close second process.
Thanks in advance.