LaunchFile()

Syntax:

LaunchFile( Filename, Parameters )

Return:

The specified file.

Parameters:

Filename – the pathname of the file to be launched. Filename should be surrounded by quote marks or be a variable containing a pathname. This parameter is required.

Note:
Pathnames normally contain backslashes e.g. d:\pricelist.doc, all single backslashes should be entered as double backslashes i.e. d:\\pricelist.doc.

Parameters – any command line parameters required by the file that you want to open.

Remarks:

This function allows you to start running a separate program or another Opus publication. You can add optional command line parameters that will be run when the specified file is launched.

image\Script_Button.jpgExamples