term_exec
Execute a command in an active Windows terminal session and return its output and exit code.
Instructions
Run one command in the session and return only its output and exit code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cmd | Yes | Command to run in the shell | |
| timeout | No | ||
| max_bytes | No | ||
| session_id | Yes | Session id from term_open |