xcopy F:\EBDOORWEB3.0\Docs\Image\Company \\192.168.0.8\ifsshare\EBDOORWEB\Docs\Image\Company\ /E /D /Y >> C:\copy\Company.txt
echo "Company is ok" >>C:\copy\ok.txt
88.127
xcopy F:\EBDOOR3.0\running\Cache I:\EBDOOR3.0\running\Cache\ /E /D /Y
xcopy F:\EBDOOR3.0\Docs I:\EBDOOR3.0\Docs\ /E /D /Y
xcopy F:\EBDOOR3.0\Docs\shop.ebdoor.com\InfoContent\ShopTopicDesc I:\EBDOOR3.0\Docs\shop.ebdoor.com\InfoContent\ShopTopicDesc\ /E /D /Y
B.BAT
for /l %%i in (23,1,440) do call a.bat %%i
A.BAT
xcopy G:\EBDOORWEB3.0\shop\Shop\%1 I:\EBDOORWEB3.0\shop\shop\%1\ /E /D /Y
ECHO %1 >> C:\jd.txt
几个特殊的文件夹手动操作,有7个
b.bat
for /l %%i in (1,1,50) do call a.bat %%i
a.bat
xcopy I:\EBDOORWEB3.0\shop\shop\%1 F:\EBDOOR\EBDOORWEB3.5\shop\shop\%1\ /E /D /Y
ECHO %1 >> C:\copy\c\jd1-50.txt
xcopy F:\EBDOOR\EBDOORWEB3.5\shop\shop I:\EBDOORWEB3.0\shop\shop\ /E /D /Y
xcopy I:\EBDOOR3.0\running\Cache\shop.ebdoor.com F:\EBDOOR\running\Cache\shop.ebdoor.com\ /E /D /Y
xcopy I:\EBDOOR3.0\Docs F:\EBDOOR\Docs\ /E /D /Y
88.128
xcopy G:\EBDoor\DOCS\product.ebdoor.com I:\EBDoor\DOCS\product.ebdoor.com\ /E /D /Y
xcopy G:\EBDoor\DOCS\buy.ebdoor.com I:\EBDoor\DOCS\buy.ebdoor.com\ /E /D /Y
xcopy H:\EBDoor3.0\running\Cache\buy.ebdoor.com I:\EBDoor\running\Cache\buy.ebdoor.com\ /E /D /Y
xcopy H:\EBDoor3.0\running\Cache\product.ebdoor.com I:\EBDoor\running\Cache\product.ebdoor.com\ /E /D /Y
xcopy H:\EBDoor3.0\running\Cache\product.ebdoor.com F:\new\ /E /Y /D:07-20-2011
xcopy E:\log E:\log1\ /E /Y /D:07-20-2011
G:\EBDoor\DOCS\buy.ebdoor.com 好像过期了
xcopy I:\EBDoor\DOCS F:\EBDOOR\Docs\ /E /D /Y
xcopy I:\EBDOOR\Running\Cache F:\EBDOOR\Running\Cache\ /E /D /Y
88.104
xcopy D:\EBDOOR_INDEX_PATH I:\EBDOOR_INDEX_PATH\ /E /D /Y
xcopy F:\EBDOOR3.0\running\Cache I:\EBDoor\running\Cache\ /E /D /Y
xcopy F:\EBDOOR\Docs I:\EBDoor\DOCS\ /E /D /Y
F:\EBDOOR\Docs
F:\EBDOOR3.0\running\Cache
D:\EBDOOR_INDEX_PATH
xcopy I:\EBDoor\DOCS F:\EBDOOR\Docs\ /E /D /Y
xcopy I:\EBDOOR\Running\Cache F:\EBDOOR\Running\Cache\ /E /D /Y
xcopy F:\EBDOORWEB3.0\Docs\Image E:\test\ /E /D:07-20-2011 /Y
原文:https://www.cnblogs.com/sfqas/p/12180946.html