WScript.Shell -
07-06-2005
, 09:39 AM
Hi,
I am running shell commands, I want the execution to wait for the shell
command to finsh. How can I accomplish that? I tried WScript.Sleep but for
some reason I am getting an error on WScript object..
Set objShell = CreateObject("WScript.Shell")
objShell.run ""
WScript.Sleep 5000
Thanks
--
Luq K |