[Poblem] Keybinder Update

  • Hallo BreadFischler,
    ich habe hier ein kleines Update-Script, und möchte nach dem runterladen der "Keybinder1.0.1.exe", dass die "Keybinder.1.0.0.exe" gelöscht wird. Allerdings wird mir angezeigt, das es zu keiner Anwendung führt.


    //EDIT: Push
    //EDIT: Push



    Update:
    UrlDownloadToFile,https://copy.com/VHUNFjdRZ8AD8OrV,%A_ScriptDir%\Logs\Version.txt
    FileReadLine, OutputVar, %A_ScriptDir%\Logs\Version.txt, 1
    FileDelete, %A_ScriptDir%\Logs\Version.txt
    if(OutputVar = Version)
    {
    }
    else
    {
    MsgBox,4,,Es gibt eine neuere Version! (Bisherige: %Version% | Neue: %OutputVar%)`nMoechtest du sie downloaden?
    IfMsgBox Yes
    {
    UrlDownloadToFile,https://copy.com/b3Sx2FolCzg2uoyY,%A_ScriptDir%\Logs\BefehlbindsA.txt
    UrlDownloadToFile,https://copy.com/d4h0r3FaAXXjPpE4,%A_ScriptDir%\Logs\BefehlbindsK.txt
    UrlDownloadToFile,https://copy.com/xOwMBSYcciR7j6fB,%A_ScriptDir%\Logs\BefehlbindsL.txt
    UrlDownloadToFile,https://copy.com/sApU0YYC9rX4cakN,%A_ScriptDir%\Logs\BefehlbindsM.txt
    UrlDownloadToFile,https://copy.com/Q8krKAPEM7h7ixev,%A_ScriptDir%\Logs\TastenbindsA.txt
    UrlDownloadToFile,https://copy.com/630FMa6ru7S43OMv,%A_ScriptDir%\Logs\TastenbindsK.txt
    UrlDownloadToFile,https://copy.com/PW7IeglszjLL9Wp0,%A_ScriptDir%\Logs\TastenbindsL.txt
    UrlDownloadToFile,https://copy.com/TbfnFS4lllFZ8R8e,%A_ScriptDir%\Logs\TastenbindsM.txt
    UrlDownloadToFile,https://copy.com/WvoGe04zKqs3VeUf,%A_ScriptDir%\Logs\Changelog.txt
    UrlDownloadToFile,https://copy.com/uCdpoTfZDLqUcw2K,%A_ScriptDir%\Keybinder1.0.1.exe
    FileDelete, %A_ScriptDir%\Keybinder1.0.0.exe
    Run, %A_ScriptDir%\Keybinder1.0.1.exe
    ExitApp
    }
    }
    return


    Hoffe ihr könnt mir helfen, wieso es nicht funktioniert :>

    5 Mal editiert, zuletzt von Bookai () aus folgendem Grund: 1 Zeile Code vergessen