Skip to content

Instantly share code, notes, and snippets.

@1franck
Created August 4, 2017 04:10
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save 1franck/1995d9d19018e434dfef91f32dd3b7bc to your computer and use it in GitHub Desktop.
Save 1franck/1995d9d19018e434dfef91f32dd3b7bc to your computer and use it in GitHub Desktop.
Start VirtualBox headless vm with a batch file
@echo off
cd /d "C:\Program Files\Oracle\VirtualBox"
VBoxManage.exe startvm "MyVm" --type headless
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment