Hello, dpollack!
I select these from Ansys Installation Guide (chapter 4.1.3). Colud be useful:
To run multiple consecutive jobs on Windows 2000/NT systems, create and run a batch file containing commands similar to the example below:
set ANSYS57_PRODUCT=ANE3FL
set ANS_CONSEC=YES
<drive>:\Program Files\Ansys Inc\ansys57\bin\<platform>
\ansys -b <vm1.dat >vm1.out
<drive>:\Program Files\Ansys Inc\ansys57\bin\<platform>
\ansys -b <vm2.dat >vm2.out
<drive>:\Program Files\Ansys Inc\ansys57\bin\<platform>
\ansys -b <vm3.dat >vm3.out
To run multiple consecutive jobs on Windows 98 or Windows ME systems, create and run a batch file containing commands similar to the example below:
set ANSYS57_PRODUCT=ANE3FL
set ANS_CONSEC=YES
START /WAIT <drive>:\Program Files\Ansys Inc\ansys57\bin\<platform>
\ansys -b <vm1.dat >vm1.out
START /WAIT <drive>:\Program Files\Ansys Inc\ansys57\bin\<platform>
\ansys -b <vm2.dat >vm2.out
START /WAIT <drive>:\Program Files\Ansys Inc\ansys57\bin\<platform>
\ansys -b <vm3.dat >vm3.out
A good description of Ansys Command Line is in chapter 3.1 from Ansys Operations Guide.
Best Regards,
Juzz
--------------------------------
Justin Onisoru
Researcher
Romanian Academy
Institute of Solid Mechanics
--------------------------------