Run Program in Guest
guest_run_programRun a program inside a VMware guest VM by providing its full path, with optional arguments and timeout. Use no_wait to launch it asynchronously and return immediately.
Instructions
Launch a program inside the guest VM. Can run asynchronously with no_wait. Requires full path to the program.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vm | No | VM name or .vmx path | |
| args | No | Program arguments | |
| no_wait | No | Return immediately without waiting for the program to finish | |
| program | Yes | Full path to the program in the guest | |
| timeout_seconds | No |