Compare commits

..

No commits in common. "c8110476262eeb4f515e0ea54c0e12ab119fde53" and "0550310342c02c0e7e5e6485c52eadc8563522a9" have entirely different histories.

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!" ( if exist "!program!" (
pushd %%a pushd %%a
start "%%a" "%%a.exe" start "" "%%a.exe"
popd popd
echo "start: !program!" echo "start: !program!"
) else ( ) else (