*systemcommand
If a UNIX or DOS system command is contained in a command file, and the command file is read in HyperMesh, the UNIX or DOS system command is executed.
Syntax
*systemcommand
Type
HyperMesh Tcl Modify
Description
If a UNIX or DOS system command is contained in a command file, and the command file is read in HyperMeshh, the UNIX or DOS system command is executed.
Example
To execute the command ABC and redirect it to the file DEF, which stores all files in the directory:
*systemcommand(ABC>DEF)
Errors
None.