Jump to content

Recommended Posts

  • Developers
Posted

This is the script that i tested for the download

If Inetget("http://www.autoitscript.com/cgi-bin/getfile.pl?autoit3/autoit-v3-setup.exe", "C:\Autoit.exe", 1) = 1 Then
    
    MsgBox(0, "", "good")
Else
    MsgBox(0, "", @error)
    MsgBox(0, "", @extended)
    EndifoÝ÷ Ø­­ªê-櫨µú+zºè­©ÝÑú+{^×þ«¨µäáȬk
è^²ÖÞq«¬yìmzw^w¥·©¢»p«b²·­º¹Þu¼­éZ²Û-jצz{p'!Ã
§ëajÛhjëh×6Inetget("http://www.autoitscript.com/cgi-bin/getfile.pl?autoit3/autoit-v3-setup.exe", "C:\Autoit.exe", 1)   
MsgBox(0, "", "@error:"& @error & "   @extended:" & @extended)

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

  • Developers
Posted (edited)

This is the WiInet.dll return code description:

12031      ERROR_INTERNET_CONNECTION_RESET
               The connection with the server has been reset.

What AutoIt3 version are you running and what OS ?

And any Firewall software running on your PC ?

Edited by Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

  • Developers
Posted

v3.2.8.1

Windows XP

Yes (the default firewall, it is already there when i bought the computer)

What do you mean by default firewall ?

The standard windows supplied firewall or another piece of software?

Have you tried to disable it and test ?

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Posted (edited)

How do i disable a firewall , lol .. sorry for the trouble.

Oh yes, its the standard windows firewall

EDIT : I've disabled but cant get the file too.. Whats the problem ?

Edited by CrazeStar1074

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...