Run in Batch Mode
- Go to the directory from which you want to run the application.
-
From a Linux command line, or from a DOS command
prompt for Windows, type hw.exe.
You can include any of the following options on Linux and Windows:
- Option
- Description
- -h
- Lists all supported arguments.
- -version
- The version date and time of build.If you launch the application executable with the –version flag, but direct the output to a file, the version information is contained in the output file. For example:
<INSTALL _PATH>/hwdesktop/hw/bin/win64/hw.exe –version >output.dat
The file, output.dat, would contain all the version information.
- -wait
- Waits for a key press instead of exiting immediately in batch mode. This does not have any effect in non-batch mode.
- -b
- Runs the application in batch mode. The application does not display
the GUI and will exit immediately upon completion of any command
line processing.
Batch mode is typically used in conjunction with the –tcl filename option.
For example, to start the application, execute myFile.tcl (without any display), and wait for a key press before exiting, enter the following:hw.exe –b –tcl myFile.tcl –wait
- -p mvw_file
- Prints all pages within the session file. Landscape is the default.
- –landscape -p mvw_file
- Prints all pages within the session file as landscape.
- –portrait -p mvw_file
- Prints all pages within the session file as portrait.For example, to print all pages within the session file as portrait, you would type the following at the command line:
hw -portrait -p mvw_file
- -p mvw_file ps_file
- Reads the MVW session file and creates a post-script file to be
printed separately.Note: Creating a post-script file is not supported on PC. Use hw –p mvw_file to print all pages to the default printer.
- mvw_file/h3d_file
- Loads the mvw_file (session file) when starting a session.
- -tcl tcl_file
- Launches the product and executes the Tcl script.