Developers Jos Posted December 23, 2007 Developers Posted December 23, 2007 You mean from you guys ? Nop , my problem is not solved yet T.TI quoted a question posted by Valik and haven;t seen your answer to that question yet .... 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.
Innovative Posted December 23, 2007 Author Posted December 23, 2007 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) Endif But i get "5" for @error and 0 for @extended
Developers Jos Posted December 23, 2007 Developers Posted December 23, 2007 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.
Innovative Posted December 23, 2007 Author Posted December 23, 2007 This time , @error:5 @extended:12031
Developers Jos Posted December 23, 2007 Developers Posted December 23, 2007 (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 December 23, 2007 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.
Innovative Posted December 23, 2007 Author Posted December 23, 2007 v3.2.8.1 Windows XP Yes (the default firewall, it is already there when i bought the computer)
Developers Jos Posted December 23, 2007 Developers Posted December 23, 2007 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.
Innovative Posted December 23, 2007 Author Posted December 23, 2007 (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 December 23, 2007 by CrazeStar1074
Developers Jos Posted December 24, 2007 Developers Posted December 24, 2007 I am out of ideas here at the moment .... 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.
Innovative Posted December 24, 2007 Author Posted December 24, 2007 So how ? I also dont know what cause that ..
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now