Simlab window not closing in batch mode

vipin_22401
vipin_22401 Altair Community Member
edited October 2020 in Community Q&A

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?

Answers

  • tinh
    tinh Altair Community Member
    edited June 2018

    I am not sure, but I think you can simply terminate the program within the python script

  • vipin_22401
    vipin_22401 Altair Community Member
    edited June 2018

    yes tinh, searching for this command now.

    exit command is prompting for file save.