Command Prompt into another machine

  • Thread starter Thread starter HelpPls
  • Start date Start date
H

HelpPls

Hello,

Once at the CMD Prompt, can I access/run commands on another XP Pro, 2000
Server, 2003 Server box?

Sean
 
HelpPls said:
Hello,

Once at the CMD Prompt, can I access/run commands on another XP Pro, 2000
Server, 2003 Server box?

Sean
Hello Sean.

The CMD prompt per se doesn't allow remote execution of programs.
You can schedule a job with at (see at /?) on a remote cinouter.
If there is a telnetserver running you can telnet there or use 3rd party
tools like the free psexec from www.sysinternals.com

HTH
 
HelpPls said:
Hello,

Once at the CMD Prompt, can I access/run commands on another XP Pro, 2000
Server, 2003 Server box?

If the remote command service is running on the server you can use rcmd from
the Resource Kit to run individual commands or an interactive session.
 
If the remote command service is running on the server you can use rcmd from
the Resource Kit to run individual commands or an interactive session.

There is a free piece of software at
http://www.beyondlogic.org/consulting/remoteprocess/BeyondExec.htm
which may be of interest to you. It doesn't require any additional
software to be running on the remote machine. I.e. it has zero setup.

It also has multiple computer functionality allowing you to run the
same command on multiple computers or the ability to shutdown/reboot
remote computers. Excellent little program.

Dave.
 
Back
Top