Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
RunTask.SetLaunchPath
Sets the path to be launched.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| RunTask | 3.1 | Yes | Yes | No | Yes | No |
Deprecated
This function was deprecated. Use Shell functions instead.
Parameters
| Parameter | Description | Example |
|---|---|---|
| Path | The new path for current working directory. | "notepad.exe" |
Result
Returns OK or error.
Description
Sets the path to be launched.Examples
Launch a Java application on Mac:
MBS( "RunTask.NewTask" )
# you launch java
MBS( "RunTask.SetLaunchPath"; "/usr/bin/java" )
# and pass jar file as arguments followed by other arguments
MBS( "RunTask.SetArguments"; "-jar" ; "/Applications/test/java.jar"; "Hello" )
MBS( "RunTask.Launch")
See also
- RunTask.GetLaunchPath
- RunTask.Launch
- RunTask.NewTask
- RunTask.ReadErrorText
- RunTask.SetArguments
- RunTask.Wait
- URLScheme.SetDefaultHandler
Example Databases
- RunTask/Run Shell Script on Mac
- RunTask/RunTask Windows
- RunTask/RunTask with read and write on Mac
- RunTask/RunTask
Blog Entries
Created 18th August 2014, last changed 13th June 2020
RunTask.SetCurrentDirectoryPath - RunTask.SetVerb
Feedback: Report problem or ask question.
Links
MBS FileMaker tutorial videos