no message

This commit is contained in:
sk 2024-09-26 09:27:54 +08:00
parent d977286b60
commit 557d4ff8ca
1 changed files with 1 additions and 1 deletions

View File

@ -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 (