Open application
open_appLaunch any Windows application by friendly name or .exe, with optional target like URL or file path.
Instructions
Launch an application on the laptop. Known friendly names: chrome, google_chrome, edge, msedge, firefox, word, winword, excel, powerpoint, outlook, notepad, explorer, file_explorer, calculator, calc, paint, cmd, command_prompt, powershell, vscode, vs_code, spotify, task_manager. Any other value is tried as a literal .exe name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app | Yes | Friendly app name (e.g. "chrome", "word") or an .exe name | |
| target | No | Optional argument to open with the app, e.g. a URL or file path |