标签:nis 运行 上传 权限 ip地址 win 文件 管理员 nas
在需要上传文件的电脑上使用管理员权限运行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
标签:nis 运行 上传 权限 ip地址 win 文件 管理员 nas
原文地址:http://www.cnblogs.com/yk1028/p/7902801.html