Start several VMs at the same time.
Posted: 2. Jun 2009, 22:38
Hi. Im looking for a smart method to start all my VMs at the same time.
I got X number of VMs, all with Windows XP guests, and all named WinXP1, WinXP2, WinXP3, ... , WinXPX.
Right now i've made a batchfile like this:
vboxmanage startvm "WinXP1"
vboxmanage startvm "WinXP2"
vboxmanage startvm "WinXP3"
...
vboxmanage startvm "WinXPX"
My X can increase and decrease. Right now i got to edit my batch file everytime that happens.
Is there a smart command i can use, like a loop or something, so i don't have to edit every time?
Thx
I got X number of VMs, all with Windows XP guests, and all named WinXP1, WinXP2, WinXP3, ... , WinXPX.
Right now i've made a batchfile like this:
vboxmanage startvm "WinXP1"
vboxmanage startvm "WinXP2"
vboxmanage startvm "WinXP3"
...
vboxmanage startvm "WinXPX"
My X can increase and decrease. Right now i got to edit my batch file everytime that happens.
Is there a smart command i can use, like a loop or something, so i don't have to edit every time?
Thx