johnsoevans wrote
Backup_INP
out_file = Concat(String(INP_File), ".INP");
That backs up the current input file to INP_File.backup, and then copies the output of the input file over the current input file so that the next run starts from where the previous run ends.
It then copies the input file over the backup, so you lose your backup of the start point.
I wrote my own Backup_INP_for_Run_0 that only runs when Run_Number == 0.
I also save the OUT files of each step too.
.
I've already let Alan know about the num_runs = 1 bug.
.
It's more a safety issue. When doing sequential runs in TC5 with a batch file, I copied my original input file to TEMP.INP, and then used TEMP.