Hello,
Can I set up some batch file in which multiple optistruct will run after eachother? As an example: Batch.bat
cd topo_v17
C:\Altairwin64\hw10.0\hwsolvers\bin\win64\optistruct.bat basis_optistruct_test_topo_V17.fem -check
cd ..
cd topo_v18
C:\Altairwin64\hw10.0\hwsolvers\bin\win64\optistruct.bat basis_optistruct_test_topo_V18.fem -check
cd ..
If I run batch.bat everthing runs fine, basis_optistruct_test_topo_V17.fem is checked. But after this check nothing happens anymore... not even the command cd ..
Is there an option somewhere or can anyone help me? Thanks in advance!
Ben