How to run all the external files with same extension .bat within the same folder in MATLAB r2018b

1 view (last 30 days)
Hello,
I would like to run all the external files with the extension .bat within the folder c:\t, in MATLAB. The command must be given in a general way, because the name of the files are not the same everytime. How can I do it? I tried dos(c:\t\*.bat), but it does not seem to work. I am using MATLAB r2018b
Can anyone help me?
I thank you in advance,
Best regards,
Hugo

Accepted Answer

Rik
Rik on 28 Oct 2020
Edited: Rik on 28 Oct 2020
Use dir to create a list of all the bat files. Then you can use either dos or system to run each of them in a for loop.

More Answers (0)

Categories

Find more on Startup and Shutdown in Help Center and File Exchange

Tags

Products


Release

R2018b

Community Treasure Hunt

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

Start Hunting!