Execute ls command in tkcon from a tcl script
Altair Forum User
Altair Employee
How can I execute a command such as 'ls' or 'dir' through a tcl script, such that, its output is shown on the tkcon console in HyperMesh ?
Any help is appreciated.
Thank you.
0
Answers
-
Altair Forum User said:
How can I execute a command such as 'ls' or 'dir' through a tcl script, such that, its output is shown on the tkcon console in HyperMesh ?
Any help is appreciated.
Thank you.
actually, ls and dir are procs that invoke tcl command glob. you use glob or define dir proc in your script
0