Files
VRCT/batch/restart.bat
2023-10-26 03:52:56 +09:00

7 lines
131 B
Batchfile

@if not "%~0"=="%~dp0.\%~nx0" start /min cmd /c,"%~dp0.\%~nx0" %* & goto :eof
set name=%1
taskkill /im %name% /F
START "" %name%