批處理命令:web
web端ui
@echo off
Setlocal Enabledelayedexpansion
echo 創建日期 %date% %time%
echo 創建日期 %date%>build.log
"C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\IDE\devenv.exe" XinYiCloth.sln /build RELEASE /out output.log
type output.log
type output.log>>build.log
echo 完成構建io