HyperWorks Desktop

Starting HyperMesh Batch

Starting HyperMesh Batch

Previous topic Next topic No expanding text in this topic  

Starting HyperMesh Batch

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

HyperMesh Batch is a non-graphical version of HyperMesh that can be used to run command files or Tcl scripts in batch mode.  HyperMesh commands that require a graphical display are ignored.  In addition, Tk commands cannot be used.  HyperMesh Batch terminates when it reaches the end of the command file or Tcl script, or when it encounters the *quit command.

Starting HyperMesh Batch on Windows


1.Launch the system command prompt and cd to the directory from which HyperMesh Batch should be run.
2.At the prompt, type the full path of the HyperMesh Batch executable, along with any startup options.  At a minimum, specify either the -c<command_filename> or the -tcl <tcl_filename> startup options.

For example:

<altair_home>\hm\bin\<platform>\hmbatch.exe -tcl <tcl_filename>

 

Starting HyperMesh Batch on Linux


1.Launch the system terminal and cd to the directory from which HyperMesh Batch should be run.
2.At the prompt, type the full path of the HyperMesh Batch start script, along with any startup options.  At a minimum, specify either the -c<command_filename> or the -tcl <tcl_filename> startup options.

For example:

<altair_home>/altair/scripts/hmbatch -tcl <tcl_filename>

 

 

See Also:

HyperMesh Batch Startup Options

Start-in Directory

Starting HyperWorks Desktop Applications