Is there a way to launch the Mac View Client form the command line much like I am able to do from the Windows command line?
In windows I use a command such as the following: C:\Program Files\VMware\VMware View\Client\bin\wswc.exe -username <myusername> -password <mypassword> -domainName <mydomainname> -serverURL https://10.0.21.200:443
Can I do something like this:
/usr/bin/open -a "/Applications/VMware View Client.app -username <myusername> -password <mypassword> -domainName <mydomainname> -serverURL https://10.0.21.200:443"
I can not seem to find the correct syntax to launch the client and have it connect to a specified connection server and pass the username and password.
Can someone post the correct syntax to do this, or let me know that it can't be done. :-)
Paul