VirtualBox

Changeset 37866 in vbox


Ignore:
Timestamp:
Jul 11, 2011 12:02:08 PM (13 years ago)
Author:
vboxsync
Message:

Documentation update.

File:
1 edited

Legend:

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

    r37837 r37866  
    24562456          running and has the following syntax:</para>
    24572457
    2458           <screen>VBoxManage guestcontrol exec[ute] &lt;vmname&gt;|&lt;uuid&gt;
     2458          <screen>VBoxManage guestcontrol &lt;vmname&gt;|&lt;uuid&gt; exec[ute]
    24592459            --image &lt;path to program&gt;
    24602460            --username &lt;name&gt; --password &lt;password&gt;
     2461            [--dos2unix]
    24612462            [--environment "&lt;NAME&gt;=&lt;VALUE&gt; [&lt;NAME&gt;=&lt;VALUE&gt;]"]
    2462             [--flags &lt;flags&gt;] [--timeout &lt;msec&gt;]
    2463             [--verbose] [--wait-exit] [--wait-stdout] [--wait-stderr]
     2463            [--timeout &lt;msec&gt;] [--unix2dos] [--verbose]
     2464            [--wait-exit] [--wait-stdout] [--wait-stderr]
    24642465            -- [[&lt;argument1&gt;] ... [&lt;argumentN&gt;]]</screen>
    24652466
     
    24842485
    24852486              <glossentry>
    2486                 <glossterm>--arguments "&lt;arguments&gt;"</glossterm>
     2487                <glossterm>--username &lt;name&gt;</glossterm>
    24872488
    24882489                <glossdef>
    2489                   <para>One or more arguments to pass to the process being
    2490                   executed.</para>
    2491 
    2492                   <para>Arguments containing spaces must be enclosed in
    2493                   quotation marks. More than one
    2494                   <computeroutput>--arguments</computeroutput> at a time can
    2495                   be specified to keep the command line tidy.</para>
     2490                  <para>Name of the user the process should run under. This
     2491                  user must exist on the guest OS.</para>
     2492                </glossdef>
     2493              </glossentry>
     2494
     2495              <glossentry>
     2496                <glossterm>--password &lt;password&gt;</glossterm>
     2497
     2498                <glossdef>
     2499                  <para>Password of the user account specified with
     2500                  <computeroutput>--username</computeroutput>. If not given,
     2501                  an empty password is assumed.</para>
     2502                </glossdef>
     2503              </glossentry>
     2504
     2505              <glossentry>
     2506                <glossterm>--dos2unix</glossterm>
     2507
     2508                <glossdef>
     2509                  Converts output from DOS/Windows guests to UNIX-compatible
     2510                  line endings (CR + LF -> LF). Not implemented yet.
    24962511                </glossdef>
    24972512              </glossentry>
     
    25222537
    25232538              <glossentry>
    2524                 <glossterm>--flags &lt;flags&gt;</glossterm>
    2525 
    2526                 <glossdef>
    2527                   <para>Additional flags to set. This is not used at the
    2528                   moment.</para>
    2529                 </glossdef>
    2530               </glossentry>
    2531 
    2532               <glossentry>
    25332539                <glossterm>--timeout &lt;msec&gt;</glossterm>
    25342540
     
    25432549
    25442550              <glossentry>
    2545                 <glossterm>--username &lt;name&gt;</glossterm>
     2551                <glossterm>--unix2dos</glossterm>
    25462552
    25472553                <glossdef>
    2548                   <para>Name of the user the process should run under. This
    2549                   user must exist on the guest OS.</para>
    2550                 </glossdef>
    2551               </glossentry>
    2552 
    2553               <glossentry>
    2554                 <glossterm>--password &lt;password&gt;</glossterm>
    2555 
    2556                 <glossdef>
    2557                   <para>Password of the user account specified with
    2558                   <computeroutput>--username</computeroutput>. If not given,
    2559                   an empty password is assumed.</para>
     2554                  Converts output from a UNIX/Linux guests to DOS-/Windows-compatible
     2555                  line endings (LF -> CR + LF). Not implemented yet.
    25602556                </glossdef>
    25612557              </glossentry>
     
    25982594              </glossentry>
    25992595
     2596              <glossentry>
     2597                <glossterm>[-- [&lt;argument1s&gt;] ... [&lt;argumentNs&gt;]]</glossterm>
     2598
     2599                <glossdef>
     2600                  <para>One or more arguments to pass to the process being
     2601                  executed.</para>
     2602                  <para>Arguments containing spaces must be enclosed in
     2603                  quotation marks.</para>
     2604                </glossdef>
     2605              </glossentry>
     2606
    26002607            </glosslist></para>
    26012608
     
    26042611              applications; please see <xref linkend="KnownIssues" /> for more
    26052612              information.</para>
    2606             </note> Examples: <screen>VBoxManage --nologo guestcontrol execute "My VM" "/bin/ls" --arguments "-l /usr"
    2607           --username foo --password bar --wait-for stdout</screen> <screen>VBoxManage --nologo guestcontrol execute "My VM" "c:\\windows\\system32\\ipconfig.exe"
    2608           --username foo --password bar --wait-for stdout</screen> Note that
     2613            </note> Examples: <screen>VBoxManage --nologo guestcontrol "My VM" execute --image "/bin/ls"
     2614          --username foo --password bar --wait-exit --wait-stdout -- -l /usr</screen> <screen>VBoxManage --nologo guestcontrol "My VM" execute --image "c:\\windows\\system32\\ipconfig.exe"
     2615          --username foo --password bar --wait-exit --wait-stdout</screen> Note that
    26092616          the double backslashes in the second example are only required on
    26102617          Unix hosts.</para>
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