How to execute a scripts when open HyperMesh

Beta
Beta New Altair Community Member
edited October 2020 in Community Q&A

Hi,

 

I would like to execute a scripts whenever I open HyperMesh.

 

Is there any command to do that.

 

Thanks

 

 

Answers

  • Altair Forum User
    Altair Forum User
    Altair Employee
    edited November 2017

    Hi Toan,

    Create a file hmcustom.tcl in your working directory (normally Documents folder). Call your custom script inside hmcustom.tcl so that every time when you open HyperMesh, this script will be executed.

  • tinh
    tinh Altair Community Member
    edited November 2017

    I prefer to use ...\hm\bin\win64\hmopengl.exe -tcl ...\my_script.tcl

    It's easy to create a shortcut to run that

  • Beta
    Beta New Altair Community Member
    edited November 2017

    Thank you so much for your relies