Autostart multiple VMs
Posted: 11. Jan 2014, 11:58
I would like to autostart multple VMs on boot.
So far I use a .bat File which I execute via the windows task scheduler. The structure of this file is:
cd "C:\Program Files\Oracle\VirtualBox\"
VBoxManage.exe startvm "vm1" "vm2" "vm3"
The problem now is. Only "vm1" starts. "vm2" and "vm3 do not start.
Does anyone know how to solve this issue?
Best,
Jürgen
So far I use a .bat File which I execute via the windows task scheduler. The structure of this file is:
cd "C:\Program Files\Oracle\VirtualBox\"
VBoxManage.exe startvm "vm1" "vm2" "vm3"
The problem now is. Only "vm1" starts. "vm2" and "vm3 do not start.
Does anyone know how to solve this issue?
Best,
Jürgen