Compare commits
2 Commits
0550310342
...
c811047626
Author | SHA1 | Date |
---|---|---|
|
c811047626 | |
|
557d4ff8ca |
|
@ -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 (
|
||||
|
|
Loading…
Reference in New Issue