HyperWorks Desktop

*screenfile()

*screenfile()

Previous topic Next topic No expanding text in this topic  

*screenfile()

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

NAME


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

 

SYNTAX


*screenfile(command)

 

TYPE


hm.cfg Command

 

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.

command

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

 

EXAMPLES


To use the command "mspaint" to capture the image and launch the application:

*screenfile("mspaint *filename")

 

ERRORS


None.

 

SEE ALSO


*printfile()

*screencopy()

Configuration File Commands