From: Alexander Aleksandrov on

I need to run a Windows .exe code for multiple times from
inside of my MATLAB script. I do it using !program.exe>log
line in the script. Every time the line executes a new
window pops up and becomes active, taking mouse and
keyboard controls. It makes impossible to do other work on
this machine. Is there any way to start external program in
background?