dips255
05-24-2010, 12:56 PM
i have several windows scheduled tasks invoking vbs files.
The vbs files have the code
Set IE = CreateObject("InternetExplorer.Application")
IE.Visible = True
'Execute our URL
ie.navigate(url)
Do
Loop Until Not IE.busy
IE.Visible = false
Set IE = Nothing
It worked fine for many days but since last few days its giving error
code:80004005
source: null
unspecified error
please help
The vbs files have the code
Set IE = CreateObject("InternetExplorer.Application")
IE.Visible = True
'Execute our URL
ie.navigate(url)
Do
Loop Until Not IE.busy
IE.Visible = false
Set IE = Nothing
It worked fine for many days but since last few days its giving error
code:80004005
source: null
unspecified error
please help