Difference between revisions of "Workstation command line"

From MyWiki
Jump to: navigation, search
(Created page with "<cource lang="text"> To launch the vmrun application, from the command prompt, enter: vmrun COMMAND [OPTION] Valid vmrun commands and options are described in the following...")
(No difference)

Revision as of 14:50, 30 September 2014

<cource lang="text"> To launch the vmrun application, from the command prompt, enter:

vmrun COMMAND [OPTION]

Valid vmrun commands and options are described in the following table:

Command Description Option

list Lists all running virtual machines. None

start Start a virtual machine Path to .vmx file

stop Stop a virtual machine or team. Path to .vmx file (virtual machine) or Path to .vmtm file (team)

reset Reset a virtual machine or team. Path to .vmx file (virtual machine) or Path to .vmtm file (team)

suspend Suspend a virtual machine or team. Path to .vmx file (virtual machine) or Path to .vmtm file (team)

upgradevm Upgrade a virtual machine to the current Workstation version. Path to .vmx file </source>