in reply to Why won't it die??
If they keep running, use a system call with a single quoted string for the whole command line (not back ticks), and include an ampersand "&" as the last token on the command string, so as to run the process in the background.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Why won't it die??
by Anonymous Monk on Aug 22, 2002 at 03:26 UTC |