Executing Commands on a Remote Computer

  • Thread starter Thread starter Greg
  • Start date Start date
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...)
 
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.
 
Back
Top