🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Simlab window not closing in batch mode

User: "vipin_22401"
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?

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "tinh"
    Altair Community Member
    Updated by tinh

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

    User: "vipin_22401"
    Altair Community Member
    OP
    Updated by vipin_22401

    yes tinh, searching for this command now.

    exit command is prompting for file save.