desktop_app_launch
Launch desktop applications by path, name, or URI with command line arguments. Automate application startup for desktop workflows.
Instructions
Launch an application by path, name, or URI
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | App path, executable name, or URI (e.g. 'notepad', 'https://...', 'ms-settings:') | |
| args | No | Command line arguments | |
| waitMs | No | Time to wait after launch in ms (default: 1000) |