1

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 ?

mklement0
  • 382,024
  • 64
  • 607
  • 775
Eric
  • 2,301
  • 3
  • 23
  • 30

1 Answers1

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