常用批处理

时间: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

常用批处理,布布扣,bubuko.com

原文:http://www.cnblogs.com/season2009/p/3592330.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!