SVN批处理

set FROM_DIR=D:SVNECChannel_PCEBusinessSite
set TO_DIR=E:UpdateFTPpcorder.tao.fang.com
set DATE=%date:~5,2%-%date:~8,2%-%date:~0,4%


RD /S/Q %TO_DIR%*.*

xcopy %FROM_DIR%*.* %TO_DIR% /C/R/S/I/K/o/Y/F/D:%DATE%

del /F/S/Q %TO_DIR%*.cs
del /F/S/Q %TO_DIR%*.resx
del /F/S/Q %TO_DIR%*.scc
del /F/S/Q %TO_DIR%*.csproj
del /F/S/Q %TO_DIR%*.csproj.user
del /F/S/Q %TO_DIR%*.webinfo
del /F/S/Q %TO_DIR%*.config
del /F/S/Q %TO_DIR%*.vspscc

RD /S/Q %TO_DIR%obj
RD /S/Q %TO_DIR%ConfigFile

del /F/S/Q %TO_DIR%bin*.pdb
del /F/S/Q %TO_DIR%bin*.xml

start %TO_DIR%
#pause

  

原文地址:https://www.cnblogs.com/panpanwelcome/p/6185992.html