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?

thanks.
-- 
joshua higgins
>>>>>>------
------------------------------------------------------------------------------
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@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to