windows系统通过CMD将文件copy到远程电脑
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了windows系统通过CMD将文件copy到远程电脑相关的知识,希望对你有一定的参考价值。
在需要上传文件的电脑上使用管理员权限运行cmd,输入
runas /user:administrator cmd 回车
net share IPC$
net use \\IP地址\ipc$ password /user:username
xcopy note.ejs \\IP地址\C$\clothes\views /Y
net use \\IP地址\ipc$ /delete
以上是关于windows系统通过CMD将文件copy到远程电脑的主要内容,如果未能解决你的问题,请参考以下文章
如何使用命令“copy/b*.tdl hb1.mp4”对这些*.tdl文件进行合并?