👍[Update] Model : updateSoftwareに再起動の引数を追加

This commit is contained in:
misyaguziya
2023-10-08 23:45:44 +09:00
parent e7b362bfe9
commit b8994ffd87
2 changed files with 7 additions and 3 deletions

View File

@@ -3,4 +3,8 @@ timeout 2
del /f %1
timeout 2
rename %2 %1
START "" %1
echo %3
timeout 2
if %3 == True (
START "" %1
)