Run Batch File from Matlab as if i run by double clicking it in windows

3 views (last 30 days)
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.

Answers (0)

Categories

Find more on Deployment, Integration, and Supported Hardware in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!