当前位置:编程学习 > 网站相关 >>

批处理文件-svn的开启和关闭

1、开启svn:创建start.bat文件

@echo off
sc create MYSVN binPath= "D:/yy/server/bin/svnserve.exe -r D:\yy\cang --service" start= auto
net start MYSVN
@pause

2、关闭svn:创建edd.bat文件

@echo off
net stop MYSVN
sc delete MYSVN
@pause

 

补充:综合编程 , 其他综合 ,
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,