摘要: 如果你不想使用Visual Studio的Command Prompt, 想在自己的批处理里面调用gacutil.exe, 就需要指导这个文件的位置了. 如下: C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin\gacutil.exe 你可以在你的批处理中这样调用: @SET GACUTIL="c:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin\gacutil.exe" Echo Install the dll into GAC%GACUTIL% -if 阅读全文
posted @ 2013-02-25 09:33 netcorner 阅读(309) 评论(0) 推荐(0)