Re: How to hide output of an -- DON'T use spawn=true

2005-04-15 Thread Matt Benson
--- Ninju Bohra <[EMAIL PROTECTED]> wrote: > Oops, > > Look like the "spawn" attribute route won't work :-) > > With "spawn=true" the task does NOT "block" > and > wait for the executable to finish. I need to have > the > script proceed only after the execuatable is > finished, > so we down to

Re: How to hide output of an -- DON'T use spawn=true

2005-04-15 Thread Ninju Bohra
Oops, Look like the "spawn" attribute route won't work :-) With "spawn=true" the task does NOT "block" and wait for the executable to finish. I need to have the script proceed only after the execuatable is finished, so we down to the and/or moving to 1.6.3 --- Ninju Bohra <[EMAIL PROTECTED]>