常用批处理
时间:2014-03-11 01:14:37
收藏:0
阅读:513
1,Copy文件
set source=E:\XX
set target=E:\XX
copy %source%\SunAngel.ERP.KF.WCFServiceHost.exe %target% /y
2,安装windows服务
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\installutil.exe E:\xx\aa.exe
3, 启动停止服务
net stop ServiceName
net start ServiceName
原文:http://www.cnblogs.com/season2009/p/3592330.html
评论(0)