doracoin ha revisionato questo gist . Vai alla revisione
1 file changed, 0 insertions, 0 deletions
StartVBoxMachine rinominato come StartVBoxMachine.bat
File rinominato senza modifiche
doracoin ha revisionato questo gist . Vai alla revisione
1 file changed, 8 insertions
StartVBoxMachine(file creato)
| @@ -0,0 +1,8 @@ | |||
| 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 | |