This topic has been archived. It cannot be replied.
-
工作学习 / IT技术讨论 / I have a question re remote control across windows 2000 LAN. How to create users on another PC within the LAN (windows 2000 sever) through my local PC.I have a question re remote control across windows 2000 LAN.
I wonder if there is a command to call an executable file (e.g. A batch file) which locates in another PC within the same LAN (windows 2000 sever)? My purpose is to create users on another PC within the LAN (windows 2000 sever) through my local PC.
-cl2000(cl);
2004-2-17
{312}
(#1608733@0)
-
psexec.exe from sysinternals, google it.
-redspider(忙啥!歇着吧!);
2004-2-17
(#1608961@0)
-
Thanks. Does windows system has build-in command/feature for it?
-cl2000(cl);
2004-2-17
(#1608985@0)
-
remote command line in ressources kits.install the server in remote side, than use rcmd.exe to execute remote command like this:
rcmd \\pc333 ipconfig
rcmd \\pc333 net config server /srvcomment:"pc333, joe blo"
-redspider(忙啥!歇着吧!);
2004-2-17
{182}
(#1609427@0)