[Gambas-user] Shell with wait does not wait till work complettion

2012-05-21 Thread sundar j
In my application I need to copy folder content to other folder using shell cp command (since gambas does not support COPY recurse) with wait option. When copying is in progress TextLabel will indicate Copy in Progress .nbsp; Once copying is complete then TextLable will indicate something else.

Re: [Gambas-user] Shell with wait does not wait till work complettion

2012-05-21 Thread tobi
On Mon, 21 May 2012, sundar j wrote: In my application I need to copy folder content to other folder using shell cp command (since gambas does not support COPY recurse) with wait option. When copying is in progress TextLabel will indicate Copy in Progress .nbsp; Once copying is complete