Opened 15 years ago
Closed 15 years ago
#6732 closed defect (fixed)
Documentation: Lacks example of executing guest applications from host
Reported by: | Technologov | Owned by: | |
---|---|---|---|
Component: | documentation | Version: | VirtualBox 3.2.0 |
Keywords: | Cc: | ||
Guest type: | other | Host type: | other |
Description
VirtualBox 3.2.0
Chapter "8.28. VBoxManage guestcontrol"
The syntax for this command is very very difficult.
For such complex commands, an example must be provided.
VBoxManage guestcontrol exec "MyVM" "C:\Windows\system32\cmd.exe" --arg "/C" --arg "dir /S 'c:\Windows\System32'" --verbose --wait-for stdout
-Technologov, 20.5.2010.
Change History (3)
comment:1 by , 15 years ago
comment:2 by , 15 years ago
Example for Linux guest:
VBoxManage guestcontrol exec "RHEL3 32-bit" "/bin/ping" --arg "10.0.2.2 -c 4" --verbose --wait-for stdout --username myuser --password 123456
-Technologov
comment:3 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Examples will be added to the documentation included in the next maintenance release. Thanks for this report.
Also an example for Linux guest please...