[Gambas-user] strange problem using UDP server clients

2009-01-30 Thread Joshua Higgins
hello all, at the moment in my program I have multiple commands that have to be run through SHELL in order, one after another. currently im doing this using WAIT, but this stops the execution of my gambas program till the command is finished. however my program is also doing other tasks (timers

Re: [Gambas-user] strange problem using UDP server clients

2009-01-30 Thread Joshua Higgins
I've just noticed the title of my post has nothing to do with what I'm asking... sorry about that. 2009/1/30 Doriano Blengino doriano.bleng...@fastwebnet.it Joshua Higgins ha scritto: hello all, at the moment in my program I have multiple commands that have to be run through SHELL in

Re: [Gambas-user] strange problem using UDP server clients

2009-01-30 Thread Ron_1st
On Friday 30 January 2009, Joshua Higgins wrote: is there any way to wait for a command launched through SHELL to finish without using WAIT, but so that it still continue executing my gambas program? try in the shell string at the end the ampersand character () shell(/usr/bin/docommand