ConsoleWrite("Hello Dolly on Line 1" & @CRLF)
#include <IE.au3>
ConsoleWrite("Hello Dolly on Line 5" & @CRLF)
Local $oIE = _IECreate("www.autoitscript.com")
ConsoleWrite("Hello Dolly on Line 10" & @CRLF)
Can anyone put me on the right track to troubleshoot this one.. the IE browser is not...