Re Climbing:
xp/2003上都有这么一个命令:
rexec
这个东西是在运行 REXEC 服务 (daemon) 的远程计算机上运行命令,是UNIX计算机才支持的 :P
Re All:
楼主的问题可以这样解决:
1.用
net use \\zak002\c$\TEMP\ <密码> /u:<用户名>
建立一个IPC$连接
2.由于bat不支持UNC路径,所以请用
copy \\zak002\c$\TEMP\TEST.BAT %temp%
把这个bat复制到本地
3.运行%temp%\test.bat来运行这个bat
Re Climbing:
There is such a command on xp/2003:
rexec
This thing runs commands on a remote computer that is running the REXEC service (daemon), which is only supported by UNIX computers :P
Re All:
The owner's problem can be solved as follows:
1. Use
net use \\zak002\c$\TEMP\ <password> /u:<username>
to establish an IPC$ connection
2. Since bat does not support UNC paths, please use
copy \\zak002\c$\TEMP\TEST.BAT %temp%
to copy this bat to the local
3. Run %temp%\test.bat to run this bat