Valuater Posted February 7, 2006 Posted February 7, 2006 (edited) Enjoy!!! UPDATED 9/26/2010 ; Get the Latest Beta ; Author - Valuater ; Get the Latest Beta ; Author - Valuater ; http://www.autoitscript.com/autoit3/files/beta/autoit/autoit-v3.3.5.6-beta-setup.exe #include <INet.au3> $NBeta = _INetGetSource('http://www.autoitscript.com/autoit3/files/beta/autoit/') For $x = 99 To 0 Step -1 If StringInStr($NBeta, "autoit-v3.3.5." & $x & "-beta-Setup.exe") Then $NBeta = "autoit-v3.3.5." & $x & "-beta-setup.exe" ExitLoop EndIf If $x <= 5 Then MsgBox(262208, "Beta Error", "No File Found. ", 5) Exit EndIf Next $iMsgBoxAnswer = MsgBox(262212, "Get Latest Beta", "The Latest AutoIt3 Beta Found was " & @CRLF & @CRLF & $NBeta & @CRLF & @CRLF & "Would you like to DownLoad This File? ") If $iMsgBoxAnswer = 7 Then Exit;No $web_file = "http://www.autoitscript.com/autoit3/files/beta/autoit/" & $NBeta MsgBox(0, 0, $web_file) ; for testing Run(@ComSpec & " /c Start " & $web_file, "", @SW_HIDE) of course, it requires older beta to run 8) Edited September 27, 2010 by Valuater
BigDod Posted February 7, 2006 Posted February 7, 2006 Could it be made to compare the beta version already on the computer and only download if newer exists. Time you enjoyed wasting is not wasted time ......T.S. Elliot Suspense is worse than disappointment................Robert Burns God help the man who won't help himself, because no-one else will...........My Grandmother
Developers Jos Posted February 7, 2006 Developers Posted February 7, 2006 (edited) Or use the supplied file on the website http://www.autoitscript.com/autoit3/files/beta/update.dat like the AutoUpdateIt.exe uses that is supplied in the C:\Program Files\AutoIt3\Extras\AutoUpdateIt directory.EDIT:fixed link.. Edited February 7, 2006 by JdeB 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.
Valuater Posted February 7, 2006 Author Posted February 7, 2006 (edited) @BigDod The file suggested by JdeB "AutoUpdateIt.exe" is exactly what you have requested... this little script of mine ... was just quick and dirty, yet effective thx 8) Edited February 7, 2006 by Valuater
w0uter Posted February 7, 2006 Posted February 7, 2006 (edited) i like my updater a lot more btw jdeb i think you ment this link:http://www.autoitscript.com/autoit3/files/beta/update.dat Edited February 7, 2006 by w0uter My UDF's:;mem stuff_Mem;ftp stuff_FTP ( OLD );inet stuff_INetGetSource ( OLD )_INetGetImage _INetBrowse ( Collection )_EncodeUrl_NetStat_Google;random stuff_iPixelSearch_DiceRoll
Developers Jos Posted February 7, 2006 Developers Posted February 7, 2006 i like my updater a lot more btw jdeb i think you ment this link:http://www.autoitscript.com/autoit3/files/beta/update.datYea you are correct... 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.
Valuater Posted September 27, 2010 Author Posted September 27, 2010 Updated the Updater... .. works again 8)
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