- Timestamp:
- Sep 16, 2016 7:33:19 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/user_VBoxManage.xml
r63707 r63872 4497 4497 applications; please see <xref linkend="KnownIssues" /> for more 4498 4498 information.</para> 4499 </note> Examples: <screen>VBoxManage --nologo guestcontrol "My VM" execute --image "/bin/ls"4500 --username foo --passwordfile bar.txt --wait-exit --wait-stdout -- -l /usr</screen> <screen>VBoxManage --nologo guestcontrol "My VM" execute --image "c:\\windows\\system32\\ipconfig.exe"4499 </note> Examples: <screen>VBoxManage --nologo guestcontrol "My VM" run --exe "/bin/ls" 4500 --username foo --passwordfile bar.txt --wait-exit --wait-stdout -- -l /usr</screen> <screen>VBoxManage --nologo guestcontrol "My VM" run --exe "c:\\windows\\system32\\ipconfig.exe" 4501 4501 --username foo --passwordfile bar.txt --wait-exit --wait-stdout</screen> Note that 4502 4502 the double backslashes in the second example are only required on … … 4611 4611 applications; please see <xref linkend="KnownIssues" /> for more 4612 4612 information.</para> 4613 </note> Examples: <screen>VBoxManage --nologo guestcontrol "My VM" execute --image "/bin/ls"4614 --username foo --passwordfile bar.txt --wait-exit --wait-stdout -- -l /usr</screen> <screen>VBoxManage --nologo guestcontrol "My VM" execute --image "c:\\windows\\system32\\ipconfig.exe"4613 </note> Examples: <screen>VBoxManage --nologo guestcontrol "My VM" start --exe "/bin/ls" 4614 --username foo --passwordfile bar.txt --wait-exit --wait-stdout -- -l /usr</screen> <screen>VBoxManage --nologo guestcontrol "My VM" start --exe "c:\\windows\\system32\\ipconfig.exe" 4615 4615 --username foo --passwordfile bar.txt --wait-exit --wait-stdout</screen> Note that 4616 4616 the double backslashes in the second example are only required on
Note:
See TracChangeset
for help on using the changeset viewer.