net use copy另一台计算机文件遇到的问题
想把172.12.13.14电脑上c盘下的test\0807复制到本地电脑上,
本地电脑能与172.12.13.14连接;批处理代码如下:
net use d: \\172.12.13.14\ipc$ password /user:name
xcopy C:\test\0807 /s d:
用此命令,运行第一行时就提示错误:
System error 85 has occurred.
The local device name is already in use.
这是怎么回事,如何解决呢?
另外想复制172.12.13.14 中的文件,是否该文件必须是共享的才能复制?