👍[Update] Model : batchファイルを一箇所にまとめた

This commit is contained in:
misyaguziya
2023-10-09 16:21:46 +09:00
parent 944f852285
commit d59a1a05a9
4 changed files with 3 additions and 3 deletions

4
batch/restart.bat Normal file
View File

@@ -0,0 +1,4 @@
@echo off
taskkill /im %1 /F
START "" %1

9
batch/update.bat Normal file
View File

@@ -0,0 +1,9 @@
taskkill /im %1 /F
timeout 2
del /f %1
timeout 2
rename %2 %1
timeout 2
if %3 == True (
START "" %1
)