Merge remote-tracking branch 'origin/develop' into dev_slots
This commit is contained in:
commit
c811047626
|
@ -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.exe"
|
start "%%a" "%%a.exe"
|
||||||
popd
|
popd
|
||||||
echo "start: !program!"
|
echo "start: !program!"
|
||||||
) else (
|
) else (
|
||||||
|
|
Loading…
Reference in New Issue