Compare commits
No commits in common. "c8110476262eeb4f515e0ea54c0e12ab119fde53" and "0550310342c02c0e7e5e6485c52eadc8563522a9" have entirely different histories.
c811047626
...
0550310342
|
@ -6,7 +6,7 @@ for /f "tokens=*" %%a in (shell/programs.txt) do (
|
|||
|
||||
if exist "!program!" (
|
||||
pushd %%a
|
||||
start "%%a" "%%a.exe"
|
||||
start "" "%%a.exe"
|
||||
popd
|
||||
echo "start: !program!"
|
||||
) else (
|
||||
|
|
Loading…
Reference in New Issue