[Mono-list] batch compiling on windows

Santi Serrano santi.serrano at bigfoot.com
Sun Dec 25 12:52:35 EST 2005


Hi,

I have the following problem under Windows XP with Mono 1.1.12.1 installed:

When I make a ".bat" file with some "mcs" commands only the first one is 
executed. It's like everything after the mcs commands it's ignored.

ex: "build.bat"
------------------------------------------
mcs -r:System.Windows.Forms simple.cs
pause
------------------------------------------
the pause command is never executed

any ideas?
Thanks 



More information about the Mono-list mailing list