🐛[bugfix] Model : remake restart.bat
This commit is contained in:
@@ -1,4 +1,7 @@
|
|||||||
@if not "%~0"=="%~dp0.\%~nx0" start /min cmd /c,"%~dp0.\%~nx0" %* & goto :eof
|
@if not "%~0"=="%~dp0.\%~nx0" start /min cmd /c,"%~dp0.\%~nx0" %* & goto :eof
|
||||||
|
|
||||||
taskkill /im %1 /F
|
set name=%1
|
||||||
START "" %1
|
|
||||||
|
taskkill /im %name% /F
|
||||||
|
|
||||||
|
START "" %name%
|
||||||
Reference in New Issue
Block a user