从网络中拷贝文件xcopy

@echo off
echo 终止ccop:
taskkill /IM CIP.CCOP.EXE /F /T
net use * /del /y
echo 正在连接10.112.17.217......
net use \\10.112.17.217\IPC$ "Password"  /user:userName
echo 开始更新:
xcopy  \\10.112.17.217\程序发布\测试环境前端更新  C:\CPCSystem\ClientSolution\output\bin\Debug  /s /e /h /y /r
net use * /del /y
 pause
原文地址:https://www.cnblogs.com/mingyongcheng/p/2079078.html