Habe ein update script , mit version und version.txt alles eingegeben
erscheind error! :http://www.directupload.net/file/d/3986/kxvelamr_png.htm
version := 0.1
Filedelete,update.bat
UrlDownloadToFile,http://stanbull.bplaced.net/Version.txt, Version.txt
FileRead, newver, Version.txt
FileDelete, Version.txt
if (version < newver)
{
newververfügbar := 1
MsgBox, 4,Aktuelle Version, Lieber,`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://stanbull.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
}
Bitte um hilfe