- If command includes the ampersand character (&), then status is the exit status when command starts
Do not open shell when running system
2 ビュー (過去 30 日間)
古いコメントを表示
Hi all,
I am running an optimization which uses an external program (Nastran) in its function evaluation.
I use the system() function to run nastran.
Everything runs fine but a windows shell pops up everytime, which is rather annoying since this is my only computer I can work on and the new window stops me from being able to type in my webbrowser (e.g. here) or any other place every 15seconds and I have to keep clicking the point where I was to continue..
Is there a way to make the shell run in the background so I can continue using my computer?
I've tried using the other ways I know to run external programs but ! and dos() basically have the same function as system() so that ofcourse doesn't help..
5 件のコメント
Michael Soskind
2020 年 5 月 7 日
So there is /b for background, and /min for minimized. Maybe you would be interested in using /min instead
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Get Started with MATLAB についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!