[此问题的推荐答案]
对方的机子:开一个共享,名:admin 把文件复制到这个文件夹内
ip:192.168.1.5 文件: a.exe
你的机子:
net use \\192.168.1.5\ipc$ "密码" /user:"用户" //建立连接
copy \\192.168.1.5\a.exe c:\a.exe //复制A.exe
对方的机子:开一个共享,名:admin 把文件复制到这个文件夹内
ip:192.168.1.5 文件: a.exe
你的机子:
net use \\192.168.1.5\ipc$ "密码" /user:"用户" //建立连接
copy \\192.168.1.5\a.exe c:\a.exe //复制A.exe