Run windows .exe from OSX command line

Discussion in 'Windows Virtual Machine' started by kevin.ross, Dec 19, 2007.

  1. kevin.ross

    kevin.ross Bit poster

    Messages:
    4
    For development purposes, we would like to run a windows .exe from the OSX command line. Essentially, execute windows command line from the OSX command line automatically from our build system without having to manually intervene.

    I have looked at shared applications, but that doesn't seem be the answer.

    Is this possible? If so how? Our build system would be issuing the commands so it doesn't really matter if the syntax is difficult.

    Thank you
     
  2. Leauki

    Leauki Hunter

    Messages:
    157
    Install Services for UNIX and OpenSSH. I think you can run Windows .exe from the UNIX subsystem via SSH.
     
  3. wonder_mice

    wonder_mice Hunter

    Messages:
    192
    Try to use open command in Mac OS X terminal

    Read "man open" for more information
     

Share This Page