Hallo!
ich habe ein Problem:
Code
UrlDownloadToFile, http://log-saap.bplaced.net/version.php, 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://log-saap.bplaced.net/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
}
Alles anzeigen
Wenn ich nun den Keybinder starte, kommt nur ein HTML Code raus...
kann jmd helfen?