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!" (
|
||||
pushd %%a
|
||||
start "" "%%a.exe"
|
||||
start "%%a" "%%a.exe"
|
||||
popd
|
||||
echo "start: !program!"
|
||||
) else (
|
||||
|
|
Loading…
Reference in New Issue