On Thu, 2002-08-29 at 15:31, * * *Salah* * * wrote: > Hello dear > > I wrote my code on C# then I compiled it using the C# compiler on Linux ( mono) > for example mcs test.cs > then I get test.exe > so when I want to run this exe I have to use either mono test.exe or mint test.exe > please can you tell me how can I run this exe without the mono or mint (this mean on >a Linux server with the C# compiler ) ? >
I'm not sure what you mean but yes you can run a *.exe file compiled with mcs without writing: mono lalle.exe But you have to configure your system to do that. Please check the archives. A couple of months ago someone sent some instructions for doing this... /Richard _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
