Executing Commands on a Remote Computer

G

Greg

How can I get Command Prompt commands to execute on
another computer on the network? (I'm assuming a script of
some sort, but what language? I have little experience
with scripts...)
 
T

Torgeir Bakken (MVP)

Greg said:
How can I get Command Prompt commands to execute on
another computer on the network? (I'm assuming a script of
some sort, but what language? I have little experience
with scripts...)

Hi

Take a look at PsExec.exe in the free PsTools suite, found at
http://www.sysinternals.com

PsExec can even automatically copy a batch file over to the remote computer
before it starts it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top