Created
May 22, 2018 15:46
-
-
Save poloniusDergath/ae53dc037973a737f44dcac6e7b8516b to your computer and use it in GitHub Desktop.
CMD script to start headless VirtualBox machine
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @ECHO OFF | |
| SETLOCAL | |
| set VBOX_HOME=C:\PROGRA~1\Oracle\VirtualBox | |
| %VBOX_HOME%\VBoxManage.exe startvm %VM_NAME% --type headless |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment