On Mon, 21 May 2012, sundar j wrote:
>
> TextLabel.Text = "Copy in progress"
>
> Shell "cp -r " Wait
> TextLabel.Text = "Completed."
>
> I used above code in my application. Shell indicated that all files are being
> copied one-by-one. But TextLable did not display Copy in progress.
TextLabel.Text = "Copy in progress"
Shell "cp -r " Wait
TextLabel.Text = "Completed."
I used above code in my application. Shell indicated that all files are being
copied one-by-one. But TextLable did not display Copy in progress. I did lot of
experiment with the above code. Finaly