Hi Here it is a simple idea to convert "recharge.sh" in batch for windows. Like this MonopWin32 can be updated with mono charge from dailly build : (of course my absolute path need to be adjusted) @echo off echo Mono version 1.9.1 Build 2 echo Prepending 'C:\PROGRA~1\MONO-1~1.1\bin' to PATH PATH=C:\PROGRA~1\MONO-1~1.1\bin;%PATH%
FOR %%F IN (*.dll) DO ( mono D:\temp\SharpDevelop\monocharge-20080910\monocharge-20080910\2.0\gacutil.exe -i %%F ) pause -- Cordially. Small Eric Quotations of the days: --------------------------------------------------------------------------- If one day one reproaches you that your work is not a work of professional, say you that: Amateurs built the arch of Noah, and professionals the Titanic. --------------------------------------------------------------------------- Few people are done for independence, it is the privilege of the powerful ones. --------------------------------------------------------------------------- No key was wounded during the drafting of this message. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
