Simlab window not closing in batch mode

Altair Community Member
Updated by vipin_22401
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?
Sort by:
1 - 2 of
21

Altair Community Member
OPUpdated by vipin_22401
yes tinh, searching for this command now.
exit command is prompting for file save.
I am not sure, but I think you can simply terminate the program within the python script