I am trying to get VMware server console to open and run a VM in full screen mode, by using a batch file. I have most of it working execpt the full screen portion. It seems that the -X switch isn't forcing it to go to full screen. Has the switch changed, or do I need to put it in a different place in the command line or something?
My command line:
"vm.vmx"
If I add the -q switch in next to the -X, it will quit when the VM is shutdown like it is supposed to, but I can't the -X to give me full screen when it launches the VM. Any suggestions?
Thanks for your help
Brian W.