I have a problem with the username passed to a win7 machine via the following command executed from a Mac Lion:
Code: Select all
caffeinate VBoxManage guestcontrol "MyMachine" execute --wait-exit --image "C:/gitroot/cmbuild/CI/guest/createRelease_x86.bat" --username standard -- --name xxx --dest "E:/xxx.5.9.0.0" --tag 5.9.0.0
I tried also with quotes (--username "standard") but with the same result.
VB version is 4.3.10.
What am I doing wrong ?