I am using a student version 6.17-4 of abaqus. I would like to call my input file which is created in MATLAB using .bat(batch file) and I create a .bat file in MATLAB with given below information
call abq6174 job=Data.inp, interactive ask_delete=off
where data.inp is my input file.To open my input file in Abaqus using a command in CMD.exe, I use below code
call abq6174 job=Data.inp
I type the above command in CMD.exe. I have also checked and rectified my environment variables but despite of that i get below error every time in CMD.exe.
CMD result:
C:\Users\maste\oneDrive\Documents\MATLAB>call abq6174 job =Data.inp 'abq6174' is not recognized as an internal or external command, operable program or batch file.