msgbox "are you ready???", vbsystemmodal
set shell = createobject("wscript.shell")
wscript.sleep 3000
shell.run "notepad.exe"
msgbox "all done!!!", vbsystemmodal
--
Michael Harris
MVP Scripting
I need to write a script that will pause for about 3 seconds
and then execute a windows app. Could someone Please Help.