Skip to main content

Launch Application (script step reference)

Troi File Plug-in for FileMaker Pro

Launch Application

Opens an application in the Finder or Explorer.

SyntaxScript step badge

Launch Application [ Select ; Result (error) ; FilePath ; Parameters ]

Options

Select entire contents replaces the entire contents of a field with the result. If not checked the result replaces the currently selected portion of the field
Result (error) an error code
FilePath the path to the application to be launched
Parameters (optional) extra parameters to be sent to the launching application (Windows only)

Returned Result

Data type returned

Error code

Result

The returned result is an error code. An error always starts with 2 dollars, followed by the error code. You should always check for errors. Returned error codes can be:

0 no error The application was launched
$$-35 nsVolErr No such volume (Wrong disk name or not mounted)
$$-43 fnfErr File not found
$$-50 paramErr Parameter error

Other errors may be returned.

Originated in

Troi File Plug-in 9.0

Compatibility

FileMaker Pro 16 to FileMaker Pro 2023

Considerations

You can use FileMaker styled paths, like “filewin:/C:/MyFiles/test.exe”.

Example

Launch Application [ Select ; $ErrorCode ; “C:\application.exe” ]

Related script stepsScript step badge

Launch File
Open Folder
Reveal File
Reveal Folder

Related functionsFunction badge

TrFile_GetCodeSignInfo
TrFile_Launch

Related topics

Troi File Plug-in online help (overview)


Online Help Page for Troi File Plug-in for 16 to 2023 –> Launch Application (filep7314) 2023-0601 16:27:07