Something I cannot get working for anything is the command to start the command from applescript. Here is what I always used in 4.x
Code: Select all
do shell script "vboxmanage startvm 'XPworklaptop'"error "sh: vboxmanage: command not found" number 127
It doesn't matter which Mac OS I use. I've tried 10.8 10.10 and 10.11 and they all have the same effect: It works with 4 but not 5.
From what I read in the manual the command hasn't changed.
What am I doing wrong?