shell_start
Starts an interactive shell session on a Windows 98 VM, returning a session ID for subsequent commands. The VM stays locked until you call vm_unlock after finishing.
Instructions
Start an interactive redirected-pipe shell session and return its session ID. VM remains locked by this session; call vm_unlock when finished.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | ||
| command | Yes | ||
| vm_name | Yes | Unique VM name configured in WIN98CTL.INI. |