win2k 0 Report post Posted August 3, 2006 I guess you would say that I am trying to display a msgbox while a script runs. Basically, Once the script starts, it displays a window saying, please wait while the script finishes, once the script is done, the window disapears. What would be the best way to do this? I dont know if i can do that with a while loop or what. Share this post Link to post Share on other sites
MHz 72 Report post Posted August 3, 2006 SplashTextOn() may suit the task.Just use SplashOff() at the end of script. Share this post Link to post Share on other sites
win2k 0 Report post Posted August 3, 2006 That works perfect. Thanks! Share this post Link to post Share on other sites