10 lines
113 B
Batchfile
10 lines
113 B
Batchfile
taskkill /im %1 /F
|
|
timeout 2
|
|
del /f %1
|
|
timeout 2
|
|
rename %2 %1
|
|
echo %3
|
|
timeout 2
|
|
if %3 == True (
|
|
START "" %1
|
|
) |