3 lines
282 B
Plaintext
Raw Permalink Normal View History

2023-02-28 23:46:30 +08:00
DIM objShell
set objShell=wscript.createObject("wscript.shell")
iReturn=objShell.Run("cmd /k c: && cd C:\Xm2022\up\5783d28afa92473c && git init && git status && git add . && git commit -m BatAutoUpdata && git push && taskkill /f /im wscript.exe && taskkill /f /im cmd.exe", 0, TRUE)