From 787428ae00fcba820c6b3dcd23227ee567aab662 Mon Sep 17 00:00:00 2001 From: skiffer-git <44203734@qq.com> Date: Sun, 7 Apr 2024 15:28:51 +0800 Subject: [PATCH] Windows can compile and run. --- scripts-new/start.bat | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts-new/start.bat b/scripts-new/start.bat index 12c146edb..f0ac4b777 100644 --- a/scripts-new/start.bat +++ b/scripts-new/start.bat @@ -9,8 +9,7 @@ cd "%BIN_DIR%" FOR %%f IN ("%BIN_DIR%\*.exe") DO ( echo Starting %%~nf... - echo Command: start "" "%%~nf.exe" -i 0 -c "%CONFIG_DIR%" - start "" "%%~nf.exe" -i 0 -c "%CONFIG_DIR%" + start cmd /k "%%~f -i 0 -c "%CONFIG_DIR%" & echo Press any key to close this window... & pause>nul" echo %%~nf started. )