Manufacturing Solutions

Command Window

Command Window

Previous topic Next topic No expanding text in this topic  

Command Window

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Different HyperWorks applications have different methods for launching the Tk Console (tkcon), also called the command window.  For HyperWorks Desktop products, use Tools > Command Window….  For HyperMesh, click View > Command Window.

Once tkcon is open, Tcl/Tk commands, as well as application specific Tcl API commands, can be entered directly.

Tcl scripts can also be launched from within tkcon.  The source command is used for this purpose:

 

cd "C:/My_Tcl_Scripts"

source hello.tcl