StartVBoxMachine
· 201 B · Text
Brut
@REM VM-02
D:\Programs\VirtualBox\VBoxManage.exe startvm vm-02
@REM VM-03
@echo wait a while
:: ping period is per second
ping 127.0.0.1 -n 5 > nul
D:\Programs\VirtualBox\VBoxManage.exe startvm vm-03
| 1 | @REM VM-02 |
| 2 | D:\Programs\VirtualBox\VBoxManage.exe startvm vm-02 |
| 3 | |
| 4 | @REM VM-03 |
| 5 | @echo wait a while |
| 6 | :: ping period is per second |
| 7 | ping 127.0.0.1 -n 5 > nul |
| 8 | D:\Programs\VirtualBox\VBoxManage.exe startvm vm-03 |