Files
VRCT/batch/restart.bat

4 lines
109 B
Batchfile

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