How to queue 2nd inp job after a first job is already submit outside CAE?

Hi

I need your help again. Thanks in advanced.

I got some urgent tasks to be done ASAP. I have 2 inp files for 2 cases. I have already submit one inp file using command window, like abq2020hf5 job=case1 int cpus=4 and it is running and will be finished in Midnight.

Now I have another inp file and I'd like to submit this 2nd inp file ONLY after existing job is finished in Midnight. How to do it? I did google it and tried to find answers in 3ds manuals. Most of solutions I found use a batch file before submitting the first job or using python scripting.

My question is: how to submit 2nd job after the first job is submit and 2nd job can only start if previous job is finished?  I don't use CAE. using command window will be better. Thank you!