How to run an .exe in the background

I have an application file that I can run with command system('app.exe')
However I will have to wait for the application to close before I can issue another MatLab command. Is there anyway that I can run this application in the background?
Thanks,
Feng

 Accepted Answer

Jason Ross
Jason Ross on 4 Oct 2012

2 Comments

Is it possible to run program.exe for a number of times (let's say one for each computer's core) and then let matlab wait until each application has finished?
Use .Net to start the processes. https://www.mathworks.com/matlabcentral/answers/497886-finding-pid-of-external-process-called-from-matlab#answer_407569

Sign in to comment.

More Answers (0)

Categories

Find more on Application Deployment in Help Center and File Exchange

Products

Asked:

on 2 Oct 2012

Commented:

on 24 Jan 2020

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!