VirtualBox

Changeset 99120 in vbox for trunk/doc/manual


Ignore:
Timestamp:
Mar 22, 2023 5:30:14 PM (22 months ago)
Author:
vboxsync
Message:

Guest Control: Added ability of specifying an optional current working directory to started guest processes. This needs Guest Additions which support this. bugref:8053

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/manual/en_US/man_VBoxManage-guestcontrol.xml

    r98330 r99120  
    7878      <arg>--unquoted-args</arg>
    7979      <arg>--username=<replaceable>username</replaceable></arg>
     80      <arg>--cwd=<replaceable>directory</replaceable></arg>
    8081      <arg>--verbose</arg>
    8182      <arg choice="req">-- <replaceable>program/arg0</replaceable> <arg rep="repeat"><replaceable>argument</replaceable></arg></arg>
     
    102103      <arg>--unquoted-args</arg>
    103104      <arg>--username=<replaceable>username</replaceable></arg>
     105      <arg>--cwd=<replaceable>directory</replaceable></arg>
    104106      <arg>--verbose</arg>
    105107      <arg choice="req">-- <replaceable>program/arg0</replaceable> <arg rep="repeat"><replaceable>argument</replaceable></arg></arg>
     
    502504              run on the guest VM. For example:
    503505              <filename>C:\Windows\System32\calc.exe</filename>.
     506            </para></listitem>
     507        </varlistentry>
     508        <varlistentry>
     509          <term><option>--cwd=<replaceable>path-to-directory</replaceable></option></term>
     510          <listitem><para>
     511              Specifies the absolute path of a directory in which
     512              to start the program. Optional. The directory must
     513              exist and be accessible to the guest user. For example:
     514              <filename>C:\Users\production\work_area</filename>.
     515            </para><para>
     516              The short form of this option is <option>-C</option>.
    504517            </para></listitem>
    505518        </varlistentry>
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