How to let Matlab execute bat file at the bat file directory.
11 次查看(过去 30 天)
显示 更早的评论
Hi,
I have two bat files I want to run simultaneously through a matlab script,which also generate some output files.
I use command line as below:
dos('C:\sim\folder1\run.bat &')
dos('C:\sim\folder2\run.bat &')
However, when I run the matlab script using the code above, both the bat files are run in 'C:\sim' because my matlab script is saved in 'C:\sim'. How do I execute the bat files in different directory with my matlab script?
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 File Operations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!