Click here to Skip to main content
15,885,244 members
Articles / Programming Languages / C++
Article

Remote program execution

Rate me:
Please Sign up or sign in to vote.
4.47/5 (14 votes)
22 Aug 2003 90.3K   3.4K   42   11
How to execute a program remotely in an easy way

Introduction

Another program that allows you to remotely execute programs, but no additional service is required to start a program using a different account that currently logged on user. Instead of that ITaskScheduler is used and a helper executable (named RunIt).

Using the code

A code is that simple it's not really worth giving any samples in here, just look at the project source code. To successfully use this tool, you may want use it RunIt or not. The aim if this helper program is only to bring a program onto the user's default desktop and send network message on a program start and quit, ItaskScheduler 'takes care' for running a program on a account you specify.

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


Written By
Web Developer
Poland Poland
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
GeneralRemExec Pgm doubts -reg Pin
bairavel31-Oct-06 0:31
bairavel31-Oct-06 0:31 
GeneralUsage Pin
hussain_sk7-May-04 4:49
hussain_sk7-May-04 4:49 
QuestionHow to use from command line? Pin
LouCMan792-Mar-04 15:40
LouCMan792-Mar-04 15:40 
AnswerRe: How to use from command line? Pin
David Crow31-Mar-06 8:44
David Crow31-Mar-06 8:44 
Questionhow to do project Pin
Anonymous18-Sep-03 20:56
Anonymous18-Sep-03 20:56 
AnswerRe: how to do project Pin
Thanuja20-Sep-03 1:31
Thanuja20-Sep-03 1:31 
AnswerRe: how to do project Pin
Member 78727426-Dec-03 4:03
Member 78727426-Dec-03 4:03 
QuestionHow to use this tool Pin
saroornagar24-Aug-03 5:28
saroornagar24-Aug-03 5:28 
I have downloaded the tool but do not find any executable to run the tool.
Could you please explain the procedure.
AnswerRe: How to use this tool Pin
Krzysztof Sobczak24-Aug-03 7:33
Krzysztof Sobczak24-Aug-03 7:33 
GeneralSuccess with Remote Computer NOT on the Domain Pin
Paul Farry23-Aug-03 15:46
professionalPaul Farry23-Aug-03 15:46 
GeneralRe: Success with Remote Computer NOT on the Domain Pin
Krzysztof Sobczak24-Aug-03 7:28
Krzysztof Sobczak24-Aug-03 7:28 

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

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