现在的位置: 首页 > 综合 > 正文

C#批处理

2014年01月14日 ⁄ 综合 ⁄ 共 232字 ⁄ 字号 评论关闭

REM ============== 生成dll文件===============
:: ============= 设置变量 ===========
@ECHO OFF
set Path=%systemroot%/Microsoft.NET/Framework/v1.1.4322

REM -- Run the utility to generate the DAO source code

REM -- MakeDLL

csc /out:test.dll /target:library source.cs

pause

抱歉!评论已关闭.