no message
This commit is contained in:
parent
d977286b60
commit
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