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. )