Dgameman1 Posted October 1, 2011 Share Posted October 1, 2011 This is my whole code InetGet("http://download1487.mediafire.com/cv288h1t41xg/e8ua3pjaac65x4t/FletchingCalc.exe" , @DesktopDir) I run the code and it does not download that program to the desktop. What am i doing wrong? =[ Link to comment Share on other sites More sharing options...
Developers Jos Posted October 1, 2011 Developers Share Posted October 1, 2011 (edited) Try: InetGet("http://download1487.mediafire.com/cv288h1t41xg/e8ua3pjaac65x4t/FletchingCalc.exe" , @DesktopDir & "\FletchingCalc.exe") Edited October 1, 2011 by Jos Dgameman1 1 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. Link to comment Share on other sites More sharing options...
Dgameman1 Posted October 1, 2011 Author Share Posted October 1, 2011 (edited) Try: InetGet("http://download1487.mediafire.com/cv288h1t41xg/e8ua3pjaac65x4t/FletchingCalc.exe" , @DesktopDir & "FletchingCalc.exe") I changed it to that, and still, no file named FletchingCalc.exe on my desktop EDIT: I Changed my code tooo InetGet("http://download1487.mediafire.com/cv288h1t41xg/e8ua3pjaac65x4t/FletchingCalc.exe" , @DesktopDir & "/FletchingCalc.exe") And it downloaded a file named FletchingCalc.exe to my desktop But, when i try and run it, it says.. Edited October 1, 2011 by Dgameman1 Link to comment Share on other sites More sharing options...
Developers Jos Posted October 1, 2011 Developers Share Posted October 1, 2011 ok... needs a backslach before the filename .... Forgot to type that in the second time after the forum totally screwed up my initial post after putting the CODE tags around it. 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. Link to comment Share on other sites More sharing options...
Dgameman1 Posted October 1, 2011 Author Share Posted October 1, 2011 ok... needs a backslach before the filename .... Forgot to type that in the second time after the forum totally screwed up my initial post after putting the CODE tags around it. Yeah, i tried that right after and i got I Changed my code tooo InetGet("http://download1487.mediafire.com/cv288h1t41xg/e8ua3pjaac65x4t/FletchingCalc.exe" , @DesktopDir & "/FletchingCalc.exe") And it downloaded a file named FletchingCalc.exe to my desktop But, when i try and run it, it says.. Link to comment Share on other sites More sharing options...
Developers Jos Posted October 1, 2011 Developers Share Posted October 1, 2011 (edited) Yea, so did you compare the files when downloaded this way and normally? Are they different? For me they are an exact binary match. Edited October 1, 2011 by Jos Dgameman1 1 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. Link to comment Share on other sites More sharing options...
Dgameman1 Posted October 1, 2011 Author Share Posted October 1, 2011 Yea, so did you compare the files when downloaded this way and normally?Are they different? Oh, I didn't know that the file on mediafire was corrupted.Thank you for everything =D Link to comment Share on other sites More sharing options...
Developers Jos Posted October 1, 2011 Developers Share Posted October 1, 2011 I hope you have put it there yourself..... or you have a lot of trust in somebody... 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. Link to comment Share on other sites More sharing options...
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