VirtualBox

Changeset 63872 in vbox for trunk/doc


Ignore:
Timestamp:
Sep 16, 2016 7:33:19 PM (8 years ago)
Author:
vboxsync
Message:

bugref:6417:40: Addressing guestcontrol execute and other issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/manual/en_US/user_VBoxManage.xml

    r63707 r63872  
    44974497              applications; please see <xref linkend="KnownIssues" /> for more
    44984498              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"
    45014501          --username foo --passwordfile bar.txt --wait-exit --wait-stdout</screen> Note that
    45024502          the double backslashes in the second example are only required on
     
    46114611              applications; please see <xref linkend="KnownIssues" /> for more
    46124612              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"
    46154615          --username foo --passwordfile bar.txt --wait-exit --wait-stdout</screen> Note that
    46164616          the double backslashes in the second example are only required on
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette