Click here to Skip to main content
Licence 
First Posted 16 Jan 2003
Views 225,987
Bookmarked 65 times

Executing programs remotely in Windows NT/2000/XP

By | 16 Jan 2003 | Article
Starting programs on different machines is easy using these utilities.

Introduction

The need to start programs remotely can be very useful. Specifically I needed to be able to start a handful of applications remotely simply to cover the possibility of failure.

Overview

Two components were necessary to make the remoting work. First, a simple application is needed to simply accept arguments and program names and submit them for remote execution. Secondly, an NT service was needed on any machine wishing to allow the remote execution to take place.

Service Installation

To install the service, simply execute the following command after downloading the .exe:

After executing this command, go into the services manager (from the administrative tools in control panel) and be sure the service is set up to be able to interact with the desktop:

Application Installation

Simply download the application and place it in the path on any machine wishing to submit programs for remote execution.

Starting a program remotely

To execute a program remotely, simply invoke rexec.exe and pass it the following parameters:

  1. ip address of machine to process program.
  2. name of program/script/batch file.
  3. arguments to be passed to the program/script/batch defined in argument 2 when being started remotely.

Example: To start notepad on machine at IP 123.21.61.12 and have it initially load a file \\fileserver1\test file.txt rexec would be given the following arguments:

rexec 123.21.61.12 notepad.exe "\\fileserver1\test file.txt" 

Note that for this to work properly, the remote execution service must be installed and started on the machine @ 123.21.61.12.

The code

In the spirit of code re-use, the NTService class was taken from an article by TODD C. WILSON on CodeGuru.com. The class was originally created by Joerg Koenig.

The service simply listens for connections on a pre defined port. When connections are received from the rexec application instances they are threaded off into connection processing threads. The connection threads simply grab the program and it's arguments off the socket, start the program, and terminate. The remote execution application connects to the service at the specified IP. Next the app sends the program name and arguments to the remote service.

Summary

That's it. Nothing complicated. But quite useful. Please let me know if you have comments or ideas for improvement.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here

About the Author

Tim Kohler

Chief Technology Officer

United States United States

Member

Working to keep a technology company up to date. Wondering when Microsoft will hire a fresh, innovative guy to run the company.

Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
You must Sign In to use this message board. (secure sign-in)
 
Search this forum  
 FAQ
    Noise  Layout  Per page   
  Refresh
Questionsocket connection failed PinmemberMember 476898121:31 6 May '12  
QuestionPSExec could be the solution to all of you that have problems. PinmemberMember 82097378:51 31 Oct '11  
Questionrexec is giving connection refused Pinmembermaestromani5:29 20 Sep '11  
AnswerRe: rexec is giving connection refused PinmemberAZeitler10:20 13 Dec '11  
GeneralI have the program working locally on one windows xp pro machine but can't install service in windows 7 PinmemberStephane Poirier11:55 23 Aug '11  
GeneralSuggestions for people who have problems Pinmemberjdixon22786:21 26 Mar '10  
Question'Local System' can't access network share folder PinmemberSekhar Kumar6:37 5 May '08  
Generalruntime to terminate Pinmemberkalle5:46 10 Dec '07  
GeneralSocket Connection Failed Pinmemberyug_chary1:12 12 Oct '07  
GeneralRe: Socket Connection Failed PinmemberEli Hazan11:07 27 Mar '08  
GeneralRe: Socket Connection Failed Pinmembervipul052718:11 19 Nov '09  
GeneralRe: Socket Connection Failed Pinmembernax22823:53 3 May '10  
GeneralRe: Socket Connection Failed Pinmemberxytsrm4:04 22 Jan '11  
GeneralImprovment issues PinmemberElad raz1:50 14 Mar '07  
Generaloutput Pinmembersdev40013:39 3 Jan '07  
GeneralRemote execution does not work Pinmemberautoguy1003:42 11 May '06  
QuestionWhy is it asking for username and password? Pinmemberlearningvisual12:49 5 Apr '06  
AnswerRe: Why is it asking for username and password? Pinmemberjkleiss10:11 25 Sep '06  
AnswerRe: Why is it asking for username and password? PinmemberBlades6:21 6 Mar '08  
GeneralRe: Why is it asking for username and password? Pinmemberjkleiss7:48 6 Mar '08  
GeneralRemote execution does not complete Pinmembermholzer549:13 23 Nov '05  
GeneralGreat utility, congratulations. Pinmemberlancer2270:37 19 Oct '05  
GeneralRe: Great utility, congratulations. Pinmemberksshaan18:29 2 Jul '08  
GeneralRe: Great utility, congratulations. Pinmemberjdixon22784:22 26 Mar '10  
Generalgreat job and a question Pinmembermsmarlene8:25 15 Jul '05  

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.

Permalink | Advertise | Privacy | Mobile
Web03 | 2.5.120517.1 | Last Updated 17 Jan 2003
Article Copyright 2003 by Tim Kohler
Everything else Copyright © CodeProject, 1999-2012
Terms of Use
Layout: fixed | fluid