I know I can suspend a given VMware virtual machine on the command line with:
vmrun suspend /path/to/virtual_machine_file.vmx
Is there any way to suspend all virtual machines at once using vmrun? Something like vmrun suspend all?
|
I know I can suspend a given VMware virtual machine on the command line with:
Is there any way to suspend all virtual machines at once using
| |||
|
feedback
|
|
Well I was hoping for an easy answer but since there wasn't one, I wrote my own script. I hope this is helpful to someone! It's in ruby -- when run, it will call
| ||||
|
feedback
|