Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- version := 0.1
- Filedelete,update.bat
- UrlDownloadToFile, http://www.autohotkey.net/~lace/Gang-Keybinder/version.txt, version.txt
- FileRead, newver, version.txt
- FileDelete, version.txt
- if (version < newver)
- {
- newververfügbar := 1
- MsgBox, 4,Aktuelle Version, Lieber Benutzer,`n`nEs ist eine aktuellere Version deines Keybinders verfügbar, (Version %newver%).`nMöchtest du diese jetzt herunterladen?
- IfMsgBox, Yes
- {
- MsgBox, 64, Update Download, Das Update wird nun heruntergeladen ,dies kann bis zu 20 Sekunden dauern..., 3
- Urldownloadtofile,http://www.autohotkey.net/~lace/Gang-Keybinder/Gang-Keybinder.exe, %A_ScriptName%.new
- BatchFile=
- (
- Ping 127.0.0.1
- Del "%A_ScriptName%"
- Rename "%A_ScriptName%.new" "%A_ScriptName%
- cd "%A_ScriptFullPath%"
- "%A_ScriptName%"
- Del update.bat
- )
- FileDelete,update.bat
- FileAppend,%BatchFile%,update.bat
- MsgBox, 64, Update ausführen, Das Update wird nun ausgeführt...bitte warten..., 3
- Run,update.bat,,hide
- Exitapp
- }
- }
- else
- {
- newververfügbar := 0
- }
Advertisement
Add Comment
Please, Sign In to add comment