This commit is contained in:
rabix 2022-03-02 16:34:41 +08:00
parent 17dcfb7955
commit b5fa139f38
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
@echo off
setlocal
for /D %%A in (. %1) do set open=%%~dpnA
cmd /c start "" chcp 65001 & "%VID_HOME%\tools\lite\lite.exe" %open%
start "" cmd /c "chcp 65001 & %VID_HOME%\tools\lite\lite.exe %open%"