C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\csc.exe /r:System.dll /r:System.Web.dll /r:System.Web.Services.dll /t:library /out:bin\Math.dll Math.asmx.cs,关于这段批处理代码,求详细解释
csc是csharp complier(即c#编译器),详细的使用参数以及具体的含义可以参考 http://msdn.microsoft.com/zh-cn/library/vstudio/78f4aasd(v=vs.80).aspx
把Math.asmx.cs编译成库Math.dll
/r: 表示引用的库