Run Batch File from Matlab as if i run by double clicking it in windows
3 ビュー (過去 30 日間)
古いコメントを表示
I want to run a batch file from matlab as if i double click on batch file. cmd.exe has to close after compilation of the batch file (since in most of the cases cmd.exe still open even batch file execution finished). If i double click on build.bat batch file in my system, it will execute the dos commands and at last displays message
MSG * SUCCESS/FAILED
and exits. But when i run the Batch File from matlab, cmd.exe is not closing automatically and msg is not considered as a command. So how can i run the Batch file from matlab, as if i double click the batch file in windows and it has to display the msg and close automatically after finished.
0 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Environment and Settings についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!