开发者

How to get vmware to run a program within MAC OS X via script or alias

开发者 https://www.devze.com 2022-12-12 13:02 出处:网络
On my Mac OS X computer, I am trying to setup a script that will open a particular program ( Visual Studio ) that resides within VMWare.开发者_Go百科

On my Mac OS X computer, I am trying to setup a script that will open a particular program ( Visual Studio ) that resides within VMWare.开发者_Go百科

More specifically, when I run the script, I want Visual Studio application to open a specific file that would passed in as a parameter to the script. This file would be shared and accessible to VS.

Any ideas?


Complex solution - There are scripting interfaces to VMware (at least the server versions)

Simple solution - have the visual studio in your Windows (in the VM) startup folder, and have it set to open the last solution. If you need to change the solution you can have it point to a link on the Mac filesystem and change where the link points before starting VM.

You might also want to ask on serverfault

0

精彩评论

暂无评论...
验证码 换一张
取 消