Workstation command line

From MyWiki
Revision as of 14:50, 30 September 2014 by George2 (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

<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>