xcopy定时备份更新过的文件
@echo off
:start
xcopy C:\swds\crm d:\swds\crm /y /v /s /f /d
choice /t 7196 /d y /m "%date% %time% Waiting 2h to start copy crm"
goto start
choice /t 5 /d y /m "%date% %time% err"
pause
@echo off
:start
xcopy C:\swds\crm d:\swds\crm /y /v /s /f /d
choice /t 7196 /d y /m "%date% %time% Waiting 2h to start copy crm"
goto start
choice /t 5 /d y /m "%date% %time% err"
pause