On Sat, Mar 26, 2011 at 7:19 AM, Alexey Eromenko <[email protected]> wrote: > I did: > C:\Program Files\Oracle\VirtualBox>VBoxManage --nologo guestcontrol execute > "Fed > ora 14 64-bit" "/bin/uname" --arguments "-a" --username foo --password > bar --wait-for stdout > > with the goal to run: > $ uname -a > > but I got output of 'uname' only. > Any ideas? > > -- > -Alexey Eromenko "Technologov" >
What about running something like VBoxManage --nologo guestcontrol execute "Fedora 14 64-bit" "/bin/uname -a" --username foo --password bar --wait-for stdout I'm just guessing here, but since you have to include the command for the guest in quotes, the arguments might be able to go inside the quotes as well. R ------------------------------------------------------------------------------ Enable your software for Intel(R) Active Management Technology to meet the growing manageability and security demands of your customers. Businesses are taking advantage of Intel(R) vPro (TM) technology - will your software be a part of the solution? Download the Intel(R) Manageability Checker today! http://p.sf.net/sfu/intel-dev2devmar _______________________________________________ VBox-users-community mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/vbox-users-community
