[Gambas-user] strange problem using UDP server clients

Joshua Higgins joshiggins at ...1601...
Sat Jan 31 00:02:37 CET 2009


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.blengino at ...1909...>

> Joshua Higgins ha scritto:
> > 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 etc) which
> > also stop.
> >
> > 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?
> >
> You must use a process handle (if I well remember, "hProc = SHELL ...",
> without using WAIT).
> Then, you can poll hProc properties.
> See the docs about SHELL. More infos if you need them.
>
> Regards,
>
> --
> Doriano Blengino
>
> "Listen twice before you speak.
> This is why we have two ears, but only one mouth."
>
>
>
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by:
> SourcForge Community
> SourceForge wants to tell your story.
> http://p.sf.net/sfu/sf-spreadtheword
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>



-- 
joshua higgins
>>>>>>------



More information about the User mailing list