C#批处理

来源:互联网 发布:折扣软件 编辑:程序博客网 时间:2024/06/05 18:24

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

原创粉丝点击