🐛[bugfix] Model : restart/update時にpathにスペースがある場合に処理が失敗する問題を修正

This commit is contained in:
misyaguziya
2024-05-23 23:44:10 +09:00
parent 171fd05ecb
commit 88ae7fb857
2 changed files with 6 additions and 6 deletions

View File

@@ -5,5 +5,5 @@ set local_path=%~dp0
taskkill /im %name% /F
ping -n 2 127.0.0.1 > nul
START "" %local_path%%name%
START "" "%local_path%%name%"
del /f "%~dp0%~nx0"