Hello Team
we want to run bat file dynamically access Adams2023_3 / acar / ru-st/ b/ example.cmd
via MATLAB in command prompt mode but when we tried there was prompt each time to enter Adams2023_3 /acar/ ru-st/ b / example.cmd.
Would this work for you? If not, it is likely that the Matlab command prompt doesn't inherit the proper path from the system. Try instead the full path
"C:/Program Files/MSC.Software/Adams/2023_3/common/mdi.bat" acar ru-st b example.cmd exit
Would this work for you? If not, it is likely that the Matlab command prompt doesn't inherit the proper path from the system. Try instead the full path
"C:/Program Files/MSC.Software/Adams/2023_3/common/mdi.bat" acar ru-st b example.cmd exit