Advertisement
Guest User

Untitled

a guest
May 29th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. IfMsgBox, Yes
  2. {
  3. MsgBox, 64, Update Download, Das Update wird nun heruntergeladen, dies kann bis zu 20 Sekunden dauern... 3
  4. Urldownloadtofile, https://www.dropbox.com/s/xbzmbnrpme4vghg/Keybinder.exe?dl=1, %A_ScriptName%.new
  5. BatchFile=
  6. (
  7. Ping 127.0.0.1
  8. Del "%A_ScriptName%"
  9. Rename "%A_ScriptName%.new" "%A_ScriptName%"
  10. cd "%A_ScriptFullPath%"
  11. "%A_ScriptName%"
  12. Del update.bat
  13. )
  14. FileDelete,update.bat
  15. FileAppend,%BatchFile%,update.bat
  16. MsgBox, 64, Update ausführen, Das Update wird nun ausgeführt...bitte warten..., 3
  17. Run,update.bat,,hide
  18. Exitapp
  19. }
  20. else
  21. {
  22. exitapp
  23. }
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement