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