Skip to content

Instantly share code, notes, and snippets.

@GRoguelon
Created April 23, 2012 13:16
Show Gist options
  • Save GRoguelon/2470860 to your computer and use it in GitHub Desktop.
Save GRoguelon/2470860 to your computer and use it in GitHub Desktop.
Manage virtual machine on VMware Fusion without user interface
/Applications/VMware Fusion.app/Contents/Library/vmrun -T fusion start "path/to/.vmx_file" nogui
/Applications/VMware Fusion.app/Contents/Library/vmrun -T fusion stop "path/to/.vmx_file"
/Applications/VMware Fusion.app/Contents/Library/vmrun -T fusion suspend "path/to/.vmx_file"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment