[Upload beta] another log attempt
This commit is contained in:
parent
48814b3c37
commit
e27adf67ac
|
@ -23,6 +23,7 @@ function CreateIeWindow ()
|
||||||
Set IE = WScript.CreateObject("InternetExplorer.Application", "IE_")
|
Set IE = WScript.CreateObject("InternetExplorer.Application", "IE_")
|
||||||
if not IE is nothing then
|
if not IE is nothing then
|
||||||
WScript.StdOut.WriteLine count & ": Created Internet Explorer"
|
WScript.StdOut.WriteLine count & ": Created Internet Explorer"
|
||||||
|
WScript.StdOut.WriteLine IE.HWND
|
||||||
IE.Visible = True
|
IE.Visible = True
|
||||||
|
|
||||||
WScript.StdOut.WriteLine IE.HWND
|
WScript.StdOut.WriteLine IE.HWND
|
||||||
|
|
Loading…
Reference in New Issue