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
Install Services for UNIX and OpenSSH. I think you can run Windows .exe from the UNIX subsystem via SSH.