Hi there, I would like to launch a .bat file from matlab at the bat file direcetry

10 次查看(过去 30 天)
I am using the following commands:
system('.\VFPSolver\runvfph.bat &'); and it works, but point to the matlab directory. I would like to let Matlab execute bat file at the bat file directory. Any suggestions?

采纳的回答

Jan
Jan 2018-10-31
编辑:Jan 2018-10-31
Maybe you mean.
cd('.\VFPSolver\');
system('runvfph.bat &');
  2 个评论
Davide Di Pasquale
Davide Di Pasquale 2018-10-31
Thanks, but when the bat file (inside there is an executable) finish running, it generates same files that I would like to copy on a Folder. But using the command inside the matlab script: copyfile *.force Outputs I got an error Error in run_solver (line 7) copyfile *.force Outputs because of course the excutable did not finish yet. How to say matlab to wait until the run is completed?

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Search Path 的更多信息

标签

产品


版本

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by