👍[Update] Model : batchファイルを一箇所にまとめた
This commit is contained in:
9
batch/update.bat
Normal file
9
batch/update.bat
Normal 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
|
||||
)
|
||||
Reference in New Issue
Block a user