Hello,

> I am starting to write some apps with C# on mono and I need to be able to
> call the executeable directly instead of as "mono myapp.exe".

One portable approach (this means the solution will work on other Unix
systems, not only on Linux) is to create a shell script that calls mono
and your application.

If you follow this guide, you can also get a number of benefits, like
relocatable binaries, check on:

        http://www.mono-project.com/Guidelines:Application_Deployment

Miguel
_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to