🐛[bugfix] installer : restart処理時にパスがおかしくなる問題を修正
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
@if not "%~0"=="%~dp0.\%~nx0" start /min cmd /c,"%~dp0.\%~nx0" %* & goto :eof
|
||||
|
||||
set name=%1
|
||||
set path=%~dp0
|
||||
|
||||
taskkill /im %name% /F
|
||||
|
||||
START "" %name%
|
||||
START "" %path%/%name%
|
||||
Reference in New Issue
Block a user