in reply to signal handling.

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re^2: signal handling.
by swaroop (Beadle) on Jan 31, 2006 at 02:35 UTC
    Thanks for your adivise. Onemore thing to note, I want to run the process in background.

    Here is my needs:

    * Main script runs another exe say script1 in backgroud.
    * After sometime I need to kill the script1 in the Main script.
    I mean start and stop the script1 in the Main program.

    Thanks.
    A reply falls below the community's threshold of quality. You may see it by logging in.