I am trying to run multiple Abaqus jobs serially with .bat scripts. My script looks like this
call abaqus job=job1 cpus=4 interactive call abaqus job=job2 cpus=4 interactive ...
The trouble is that the process halts after each completed job. To make it continue, I only have to push a random button. Any way I can circumvent this?