最后活跃于 1724895443

doracoin 修订了这个 Gist 1724895443. 跳至此修订

1 file changed, 0 insertions, 0 deletions

StartVBoxMachine 重命名为 StartVBoxMachine.bat

File renamed without changes

doracoin 修订了这个 Gist 1724895434. 跳至此修订

1 file changed, 8 insertions

StartVBoxMachine(file created)

@@ -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
更新 更早