开启
@echo off
netsh interface ip set address "本地连接" source=dhcp
@pause
停止
@echo off
net stop MYSVN
sc delete MYSVN
@pause
开启
@echo off
netsh interface ip set address "本地连接" source=dhcp
@pause
停止
@echo off
net stop MYSVN
sc delete MYSVN
@pause