I haven't be able to figure this one out. I created a VBscript that takes a few minutes to run. I was wondering what is the easiest way to notify the user that the script is running? After you double-click to run it, it's hard to figure out if it's running or not. Keep in mind that this VBscript is pretty much stand alone(no IE or ASP) only using WSH. I'm thinking something like a pop-up window that says "Processing...Please wait.". Then disappear after it is complete. Maybe even a processing bar or something. The easier the better. Any ideas on how to do this? Some examples maybe?