[upload Script] ignore errors in CreateIeWindow
This commit is contained in:
parent
bee483d44b
commit
f1fc32c74c
|
@ -15,6 +15,7 @@ PostThread IE
|
||||||
IE.Quit
|
IE.Quit
|
||||||
|
|
||||||
function CreateIeWindow ()
|
function CreateIeWindow ()
|
||||||
|
on error resume next
|
||||||
Set IE = WScript.CreateObject("InternetExplorer.Application", "IE_")
|
Set IE = WScript.CreateObject("InternetExplorer.Application", "IE_")
|
||||||
if IE is nothing then
|
if IE is nothing then
|
||||||
WScript.StdOut.WriteLine "Failed to create InternetExplorer.Application"
|
WScript.StdOut.WriteLine "Failed to create InternetExplorer.Application"
|
||||||
|
|
Loading…
Reference in New Issue