*systemcommand
Executes a system command.
Syntax
*systemcommand command
Type
HyperMesh Tcl Modify Command
Description
Executes a system command.
This is also possible via standard Tcl funcitonality.
Inputs
- command
- The system command to execute.
Example
To execute the command ABC and redirect it to the file DEF:
*systemcommand "ABC>DEF"
Errors
None.