Re: [Gambas-user] help with EXEC usage

2011-03-24 Thread Benoît Minisini
> > Bit short of time... but quickly looking at this. > > I'm not sure but I think this problem has something to do with fact that > > you are starting two process with shell command. > > And I'm not sure how Gambas2 handles these... does it try to kill the > > shell itself, or process started with

Re: [Gambas-user] help with EXEC usage

2011-03-24 Thread Benoît Minisini
> Bit short of time... but quickly looking at this. > I'm not sure but I think this problem has something to do with fact that > you are starting two process with shell command. > And I'm not sure how Gambas2 handles these... does it try to kill the shell > itself, or process started with command s

Re: [Gambas-user] help with EXEC usage

2011-03-24 Thread Jussi Lahtinen
Bit short of time... but quickly looking at this. I'm not sure but I think this problem has something to do with fact that you are starting two process with shell command. And I'm not sure how Gambas2 handles these... does it try to kill the shell itself, or process started with command shell. So,