REM cd "c:\_Dev\_2005\mceSapi\" REM _____DELETE_____ del .\Interop.SpeechLib.dll del .\MceSapiAddIn.dll REM _____UNINSTALL_____ gacutil -u Interop.SpeechLib gacutil -u MceSapiAddIn %windir%\ehome\registermceapp.exe /u Registration.xml REM _____CREATE_RCW_____ TLBIMP10.EXE "c:\program files\common files\microsoft shared\speech\sapi.dll" /out:Interop.SpeechLib.dll /namespace:SpeechLib /keyfile:KeyPair.snk /silent REM _____BUILD_____ c:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\csc.exe /resource:notification.png,MediaCenter.AddIn.notification.png /out:./MceSapiAddIn.dll /target:library /reference:C:\WINDOWS\eHome\Microsoft.MediaCenter.dll /reference:.\Interop.SpeechLib.dll mceSapiAddIn.cs KeyboardCommand.cs AssemblyInfo.cs REM _____INSTALL_____ gacutil -i .\Interop.SpeechLib.dll gacutil -i .\MceSapiAddIn.dll %windir%\ehome\registermceapp.exe Registration.xml REM pause