VMware Workstation 5.0Features | Documentation | Knowledge Base | Discussion ForumsCommand Line ApplicationVMware Workstation includes a separate application, vmrun, for operating teams or virtual machines from the command line. To launch the vmrun application, from the command prompt, enter: vmrun COMMAND [OPTION]
Valid vmrun commands and options are described in the following table:
Note: Before running this command on a Windows host, you must do one of the following: c:\Program Files\VMware\VMware Workstation
Control Panels > System > Advanced > Environment Variables > System variables > Path Examples for vmrunFor example, to start a virtual machine: vmrun start /usr/local/VMs/<virtual_machine_name>.vmx
vmrun start c:\My Virtual Machines\<virtual_machine_name>.vmx With virtual machines that require input through a VMware Workstation dialog box, vmrun may time out and fail. To disable Workstation dialog boxes, insert the following line into the .vmx configuration file for a virtual machine: msg.autoAnswer = TRUE |