Install Mono http://www.mono-project.com/Main_Page
To run .NET Application Assembly exe
browse the directory contain the application and type
mono YourApplication.exe
Apple Script
To run .NET Application Assembly exe
browse the directory contain the application and type
mono YourApplication.exe
Apple Script
do shell script "mono /Users/YOU/Downloads/YourApplication.exe"
No comments:
Post a Comment