A program to recognize and reward our most engaged community members
Hello Team kindly explain me how can I run the tcl code in batch mode. if possible, explain with a short example. Thank you
Hi Sandeep,
Can you check the video using below link.
It may help you
https://www.youtube.com/watch?v=s5C4oC515u4
Hello Harish I want to run script without opening the HyperMesh GUI. or I can use Hypermesh but the operation should not be done in that HyperMesh gui, it should run in background. Thank you
Under Linux I run this command:
<INSTALL-DIR>/altair/scripts/hm -nocommand -nouserprofiledialog -batch -nobg -tcl myscript.tcl
"myscript.tcl" is my TCL script. If you use Windows, the command should be similary.