run the tcl scripts automatically one after the other
satya swaroop
Altair Community Member
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
Tagged:
0
Answers
-
You can't concate all scripts into ONE?
0 -
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.
0