拷贝文件到另一台电脑

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
原文地址:https://www.cnblogs.com/mingle/p/2816613.html