*screenfile()

Sets the command to create a bitmap file of the graphics area.

Syntax

*screenfile(command)

Type

hm.cfg Commands

Description

Sets the command to create a bitmap file of the graphics area. A file named sliden.bmp is created by HyperMesh, where n is an incremental number provided for file name uniqueness.

On Unix/Linux platforms, you must select the HyperMesh window to indicate which window to capture. For more information on creating bitmapped files, contact your systems administrator.

Inputs

command
The command to capture the image, enclosed in quotes. The string *filename indicates the name of the bitmap file output by HyperMesh.

Example

To use the command "mspaint" to capture the image and launch the application:
*screenfile("mspaint *filename")