Simlab window not closing in batch mode
vipin_22401
Altair Community Member
Hi all,
I am running a script in simlab using batch mode but after the operation is completed, simlab automatically opens up the graphical window.
Everytime i need to close it manually after execution. I am using simlab 2017.
This is my .bat file content >>
SET CAE_HOME='C:/Program Files/Altair/2017/SimLab2017'
SET PROJECT_DIR='D:/vipin'
%CAE_HOME%\SimLab.bat -auto %PROJECT_DIR%\createMesh.py –nographics
what could be the reason?
0
Answers
-
I am not sure, but I think you can simply terminate the program within the python script
0 -
yes tinh, searching for this command now.
exit command is prompting for file save.
0