А легко. Создаем файл ie.vbs и создаем скрипт:
Set objIE = CreateObject("InternetExplorer.Application")
objIE.Navigate("http://yandex.ru")
Do While objIE.Busy : Wscript.Sleep 700 : Loop
objIE.Visible = True
WScript.Quit 0
А легко. Создаем файл ie.vbs и создаем скрипт:
Set objIE = CreateObject("InternetExplorer.Application")
objIE.Navigate("http://yandex.ru")
Do While objIE.Busy : Wscript.Sleep 700 : Loop
objIE.Visible = True
WScript.Quit 0