From 557d4ff8cad663d23dab5d681ff910ef3023a64c Mon Sep 17 00:00:00 2001 From: sk <123456@qq.com> Date: Thu, 26 Sep 2024 09:27:54 +0800 Subject: [PATCH] no message --- shell/start.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/start.bat b/shell/start.bat index 2ff6137..585a90e 100644 --- a/shell/start.bat +++ b/shell/start.bat @@ -6,7 +6,7 @@ for /f "tokens=*" %%a in (shell/programs.txt) do ( if exist "!program!" ( pushd %%a - start "" "%%a.exe" + start "%%a" "%%a.exe" popd echo "start: !program!" ) else (