View Single Post
  #2  
Old 06-08-2006, 08:56 AM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,003
I don't believe VMWare Player accepts any parameters other than the machine to run. So just use a Run Program action like:

"%ProgramFiles%\Vmware\Vmware Player\VMPlayer.exe" "c:\path\to\vm.vmx"

You could also wrap this in a user action pretty easily if you want:
http://www.visualbuild.com/Manual/userdefaction.htm

Admin note: Implemented in v7
Reply With Quote