Files
VRCT/update.bat
2023-10-03 02:18:07 +09:00

6 lines
73 B
Batchfile

taskkill /im %1 /F
timeout 2
del /f %1
timeout 2
rename %2 %1
START "" %1