RunApp Action

Starts another application.

Parameters

Target  -  (Required)

Specifies the path name of the application to run. If only the program name is specified, then Windows searches for the file using the default PATH environment variable. If a document file is specified, and Windows has a registered program to handle the specified file extension, the handling program will be executed using the document file name as the passed argument. To specify a target using an expression, prefix the target with an equals (=) sign.

Parameters  -  (Optional)

Specifies any optional parameters that you wish to pass to the new application. To specify parameters as an expression, prefix the parameters with an equals (=) sign.

StartIn  -  (Optional)

Specifies the initial starting directory for the application. To specify the starting directory as an expression, prefix the directory with an equals (=) sign.

Show - (Required)

Specifies the initial window mode for the application. It can be any one of the pre-defined Show constants.

See Also

AppActivate action | RunApp method


© 2004-2021 looksoftware. All rights reserved.