launch_app
Launch an executable on a remote Windows PC by name or path, with optional arguments. The launched process is tracked and closed when the session ends.
Instructions
Launch an executable on the remote Windows rig (name on PATH or absolute path), optional args. Side effects: starts a process; Glasswarp tracks it and closes it on end_session. Use for notepad.exe, mspaint.exe, chrome with URL args, etc. Wait/re-observe after launch before clicking — do not assume the window is focused immediately.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | Process args, e.g. ["--new-window", "https://example.com"] | |
| session_id | Yes | Active session id | |
| path_or_name | Yes | Executable name (e.g. notepad.exe) or absolute path |