I have installed a command line executable on a windows virtual machine on my mac. I would like to launch this exe from osx terminal. Is that possible ?
Asked
Active
Viewed 155 times
1
1 Answers
1
VMWare Fusion comes with CLI vmrun
, which, however is not placed in the PATH by default.
'/Applications/VMware Fusion.app/Contents/Library/vmrun' -h
will tell you that there's a runProgramInGuest
subcommand for running commands inside a given VM.

mklement0
- 382,024
- 64
- 607
- 775