Skip to content

Instantly share code, notes, and snippets.

@tcardonne
Created October 20, 2014 17:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tcardonne/aba2cdf35577b91015c2 to your computer and use it in GitHub Desktop.
Save tcardonne/aba2cdf35577b91015c2 to your computer and use it in GitHub Desktop.
pause
cd C:\Program Files\Oracle\VirtualBox\
vboxmanage controlvm "dev" acpipowerbutton
timeout 15
del "G:\Sauvegardes\VM-Debian\dev.ova"
vboxmanage export dev --output "G:\Sauvegardes\VM-Debian\dev.ova"
vboxmanage startvm "dev" --type headless
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment