拷贝文件到另一台电脑

net use "System error 67 has occurred"

代码

net use y: /delete

rem copy D:\Lab\wwwrep.txt D:\Lab\wwwrep.txt
copy D:\Lab\wwwrep.txt D:\Lab\wwwrep.csv


net use y: \\192.168.8.8\Lab /user:AP01\admosfarm asp.net


copy D:\Lab\wwwrep.txt y:\test\wwwrep.txt
copy D:\Lab\wwwrep.csv y:\test\wwwrep.csv

pause

 

posted @ 2012-12-13 16:38  风影极光  阅读(205)  评论(0编辑  收藏  举报