[Mono-list] Idea for use MonoCharge under Windows

Petit Eric surfzoid at gmail.com
Wed Sep 10 12:09:29 EDT 2008


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.


More information about the Mono-list mailing list