Thanks. This pops up a window until I click on ok. I would like window to pop up for 5 seconds for each i value and then for 10 seconds when loop is done. So, no clicking on ok, but rather having the pop up window in place for defined seconds.
--- In [email protected], "melaleu...@..." <blues...@...> wrote: > > > > for(i=0;i<barcount;i++) > { > do stuff; > > WScript.Echo ("finished : "+i); > } >
