.bat file in Abaqus won't run after Calculator.exe

Why isn't my .bat file auto running the next after it has finished the first analysis and why it is getting stuck at "Run Calculator.exe". I have multiple jobs in the example script I have written below. The .bat and .inp files are in the same folder.

 

This is the txt file that I converted to .bat to run.

call Abaqus job=Job1 interactive cpus=16
call Abaqus job=Job2 interactive cpus=16

This is the image of my files.