run the tcl scripts automatically one after the other

satya swaroop
satya swaroop Altair Community Member
edited September 2023 in Community Q&A

Hello

 

i have multiple tcl files which i will run them in hypermesh session 

but i want do them automatically ,like process 

after 1 tcl execution is done it should auto import another tcl to do the job 

 

Answers

  • Quy Nguyen Dai
    Quy Nguyen Dai Altair Community Member
    edited September 2023

    You can't concate all scripts into ONE?

  • Ben Buchanan
    Ben Buchanan
    Altair Employee
    edited September 2023

    In this situation I would probably make a header file sourcing all the scripts or like Quy Nguyen Dai said just put each script in a proc and call them all in the same file.