明永成

导航

 
@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
posted on 2011-06-12 19:59  明永成  阅读(275)  评论(0编辑  收藏  举报