各位大侠,请帮我在下面的代码里加一个延时的代码:谢谢!
Set oshell=CreateObject("wscript.shell")
oshell.SendKeys "dzh2.exe"
(我希望能够先运行上面的代码,延时15秒钟后再运行下面的代码,谢谢)
Set oshell=CreateObject("wscript.shell")
oshell.SendKeys "%{F6}"
Set oshell=CreateObject("wscript.shell")
oshell.SendKeys "^{ENTER}"
Set oshell=CreateObject("wscript.shell")
oshell.SendKeys "%{F6}"
Set oshell=CreateObject("wscript.shell")
oshell.SendKeys "0061"
Set oshell=CreateObject("wscript.shell")
oshell.SendKeys "^{ENTER}"