1

I am building out a python script that automatically starts the virtual box run a file in virtual box and take snapshot of the VM. So i am planning to use VBoxManage which is command line tool in ubuntu.

To start VM i am using

VBoxManage controlvm        uuid|name
                            pause|resume|reset|poweroff|savestate|
                            acpipowerbutton|acpisleepbutton|

But to run command i did not find any command. Can anyone suggest me any other way to execute a command in virtual box using command line in ubuntu?

0 Answers0