[Mono-list] suggestion: should we rename mcs.exe?

Guenther Roith groith@tcrz.net
Fri, 5 Apr 2002 17:36:49 +0200


- On windows I am forced to rename mcs.exe to another name
to prevent it from to be started with .net. Instead I call it with a batch
file.
(it hands %1, %2, ... %9 to mint. Has anyone a solution to hand higher
parameters too?)

On linux this is the same with a sh-file.
Wouldn't it make sense to rename mcs.exe generally to libmcs.exe (or
something like this)?


- The linux-mcs-wrapper is included in mono - I think we should include
mcs.bat in the install folder, too.


mcs.bat:
mint.exe libmcs.exe %1 %2 %3 %4 %5 %6 %7 %8 %9


Johannes. (This is my real name, my only my e-mail is named "guenther" :-)