Created
April 23, 2012 13:16
-
-
Save GRoguelon/2470860 to your computer and use it in GitHub Desktop.
Manage virtual machine on VMware Fusion without user interface
This file contains 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
/Applications/VMware Fusion.app/Contents/Library/vmrun -T fusion start "path/to/.vmx_file" nogui |
This file contains 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
/Applications/VMware Fusion.app/Contents/Library/vmrun -T fusion stop "path/to/.vmx_file" |
This file contains 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
/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