Skip to content

Instantly share code, notes, and snippets.

@danielepiccone
Created June 28, 2013 10:13
Show Gist options
  • Save danielepiccone/5883743 to your computer and use it in GitHub Desktop.
Save danielepiccone/5883743 to your computer and use it in GitHub Desktop.
Start and stop local virtualbox server from the command line
REM $VM is the name of the virtual machine as set in virtualbox
VBoxManage.exe startvm $VM --type headless
VBoxManage.exe controlvm $VM savestate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment