running commands on a remote computer

  • Thread starter Christos Kritikos
  • Start date
C

Christos Kritikos

hello

Is there a way I can execute a script on a remote
computer? I am trying to "push" a new version of a
website from a test server to a webserver. This includes
copying the files, registering the COM objects and
restarting IIS. Is there a way I can perform all these
things from the test server? Or do I have to remote-login
to the webserver?

thanks
christos
 
T

Torgeir Bakken \(MVP\)

Christos said:
hello

Is there a way I can execute a script on a remote
computer? I am trying to "push" a new version of a
website from a test server to a webserver. This includes
copying the files, registering the COM objects and
restarting IIS. Is there a way I can perform all these
things from the test server? Or do I have to remote-login
to the webserver?
Hi

To run something remotely, take a look at PsExec.exe in
the free PsTools suite, found at
http://www.sysinternals.com

PsExec can even automatically copy a file (e.g. exe or bat) over
to the remote computer before it starts it.

Another freeware program with similar merits to PsExec is Beyondexec.
http://www.beyondlogic.org/consulting/remoteprocess/BeyondExec.htm
 

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