Re: [Gambas-user] Killing an arbitrary process

2013-08-08 Thread Tobias Boege
On Thu, 08 Aug 2013, Bruce wrote: > I am using gnuplot to draw some graphs in a panel. To do this I create a > gnuplot script and then Shell that script with > $sop = Shell scmd > where $sop is a process. > > Here's the problem. When gnuplot creates the plot it does so as a new > process,

[Gambas-user] Killing an arbitrary process

2013-08-08 Thread Bruce
I am using gnuplot to draw some graphs in a panel. To do this I create a gnuplot script and then Shell that script with $sop = Shell scmd where $sop is a process. Here's the problem. When gnuplot creates the plot it does so as a new process, typically the pid is one more than $sop.Handle.