Jump to content

Get the Latest AutoIt3 Beta


Valuater
 Share

Recommended Posts

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 by Valuater

NEWHeader1.png

Link to comment
Share on other sites

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

Link to comment
Share on other sites

  • Developers

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.

:lmao:

EDIT:fixed link..

Edited 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.
  :)

Link to comment
Share on other sites

i like my updater a lot more :lmao:

btw jdeb i think you ment this link:

http://www.autoitscript.com/autoit3/files/beta/update.dat

Edited 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

Link to comment
Share on other sites

  • Developers

i like my updater a lot more :lmao:

btw jdeb i think you ment this link:

http://www.autoitscript.com/autoit3/files/beta/update.dat

Yea 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.
  :)

Link to comment
Share on other sites

  • 4 years later...

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...