ShellExecute Parameters

Table 6.7: ShellExecute Parameters

Parameter

Meaning

sVerb

A single word that specifies the action to be taken. See the table below for possible values.

sFile

The filespec parameter can be any valid path. Use double quotes around complex path names with embedded spaces. It can also be the name of an executable file.

sExtraParams

Optional parameters: It specifies the parameters to be passed to the application that ultimately runs . The format is determined by the verb that is to be invoked, and the application that runs.

sWorkingDir

The working directory when the command runs. If empty, then the project home directory is used.

windowstate

An integer that specifies the size and state of the window that opens. Valid values are: 1 = normal, 2 = minimized, 3 = maximized.