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 (