首页 > 技术文章 > SmartAssembly批处理用法

leavind 2017-12-21 11:23 原文

在SmartAssembly.exe根目录有个SmartAssembly.com 。 在命令行执行SmartAssembly.com就能看到所有的命令参数了。

用SmartAssembly.exe建好.saproj 项目之后, 之后我们只用命令行执行,效率会快上许多。 类似下面这样:

"C:\Program Files\Red Gate\SmartAssembly 6\SmartAssembly.com" /build "D:\SkyDrive\WorkSpace\Projects\BASE\Common\bin\Release\Common.saproj"
pause
copy /y "D:\SkyDrive\WorkSpace\Projects\BASE\Common\bin\Release\sa\Common.dll" "D:\SkyDrive\WorkSpace\Projects\sa\Common.dll"

 

推荐阅读