Files
VRCT/update.bat
2023-10-09 16:14:28 +09:00

9 lines
105 B
Batchfile

taskkill /im %1 /F
timeout 2
del /f %1
timeout 2
rename %2 %1
timeout 2
if %3 == True (
START "" %1
)