Simlab window not closing in batch mode
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?
I am not sure, but I think you can simply terminate the program within the python script