VirtualBox

Changeset 99121 in vbox for trunk


Ignore:
Timestamp:
Mar 22, 2023 5:35:53 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 [build fix, forgot a file]. bugref:8053

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIGuestControlInterface.cpp

    r98103 r99121  
    558558    createFlags.push_back(KProcessCreateFlag_WaitForProcessStartOnly);
    559559    CGuestProcess process = guestSession.ProcessCreate(commandData.m_strExePath,
     560                                                       NULL /* CWD */,
    560561                                                       commandData.m_arguments,
    561562                                                       commandData.m_environmentChanges,
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