set WshShell = WScript.CreateObject("WScript.Shell")
set shell = CreateObject("Shell.Application")
shell.Open "http://www.google.com"
WScript.Sleep 5000
WshShell.SendKeys"^{F4}"
set shell = CreateObject("Shell.Application")
shell.Open "http://www.google.com"
WScript.Sleep 5000
WshShell.SendKeys"^{F4}"
No comments:
Post a Comment