run the tcl scripts automatically one after the other

User: "satya swaroop"
Altair Community Member
Updated by satya swaroop

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 

 

Find more posts tagged with

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

    You can't concate all scripts into ONE?

    User: "Ben Buchanan"
    Altair Employee
    Updated by Ben Buchanan

    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.