Remote execution of programs
Author |
Message |
Sam Marrocc #1 / 5
|
 Remote execution of programs
Through VB, is it possible to run a program on a remote machine? For example: From Machine A, I'd like to run the calculator.exe program on Machine B. I don't want it running on A--just on B, popping up on screen. -- ========================================================= Sam J. Marrocco Sr. Visual Effects Artist, Travelling Pictures Infinite Rider on the Big Dogma. Flame, Houdini, Prisms, Lightwave, all that cool stuff... "If I had foreseen rap music on the horizon, I wouldn't have worked so hard to get rid of disco." =========================================================
|
Tue, 01 Apr 2003 12:29:58 GMT |
|
 |
Joseph Janda #2 / 5
|
 Remote execution of programs
Hi Sam, Let me make sure I undersand this, you are on machine A and you want to run the calc program on machine B but you want the window to appear on machine A, right? I don't know of anything that can do that. On the other hand, if you want to start a program on another machine remotely and windowless, you can use the MS utility rcmd.exe. You can find out more about it on the MS web site. Quote:
> Through VB, is it possible to run a program on a remote machine? For > example: > From Machine A, I'd like to run the calculator.exe program on Machine B. > I don't want it running on A--just on B, popping up on screen. > -- > ========================================================= > Sam J. Marrocco > Sr. Visual Effects Artist, Travelling Pictures > Infinite Rider on the Big Dogma. > Flame, Houdini, Prisms, Lightwave, all that cool stuff... > "If I had foreseen rap music on the horizon, > I wouldn't have worked so hard to get rid of disco." > =========================================================
-- Posted via CNET Help.com http://www.help.com/
|
Wed, 18 Jun 1902 08:00:00 GMT |
|
 |
Sam Marrocc #3 / 5
|
 Remote execution of programs
Quote:
> Hi Sam, > Let me make sure I undersand this, you are on machine A and you want to > run the calc program on machine B but you want the window to appear on > machine A, right? I don't know of anything that can do that. > On the other hand, if you want to start a program on another machine > remotely and windowless, you can use the MS utility rcmd.exe. You can > find out more about it on the MS web site.
> > Through VB, is it possible to run a program on a remote machine? For > > example: > > From Machine A, I'd like to run the calculator.exe program on Machine B. > > I don't want it running on A--just on B, popping up on screen.
Hi Joseph, You were close-- I'm on Machine A. I want to run the calc program (or something else) on Machine B. I want the program running on Machine B, and the window on Machine B. A little background info: We have a group of about 20 windows NT4 machines which run a software package I wrote. This software is "controlled" via messages sent to it from a Controller Application that I also wrote, which runs on yet another machine. Sometimes, the software app on the 20 machines must be quit, and restarted, which is pretty tedious to go to each machine, and manually quit the app, and restart it (soon it'll be on 100 machines, and even worse. I'd like my Controller App (machine A) to be able to start the software app on all those other machines (B) for this reason. I appreciate the help, BTW. -- ========================================================= Sam J. Marrocco Sr. Visual Effects Artist, Travelling Pictures Infinite Rider on the Big Dogma. Flame, Houdini, Prisms, Lightwave, all that cool stuff... "If I had foreseen rap music on the horizon, I wouldn't have worked so hard to get rid of disco." =========================================================
|
Wed, 18 Jun 1902 08:00:00 GMT |
|
 |
Sam Marrocc #4 / 5
|
 Remote execution of programs
Also worth mentioning is that all the machines are running NT workstation--NOT server. I checked the MS web site, and rcmd appears to be a NT Server app, so I don't have it. Quote:
> Hi Sam, > Let me make sure I undersand this, you are on machine A and you want to > run the calc program on machine B but you want the window to appear on > machine A, right? I don't know of anything that can do that. > On the other hand, if you want to start a program on another machine > remotely and windowless, you can use the MS utility rcmd.exe. You can > find out more about it on the MS web site.
> > Through VB, is it possible to run a program on a remote machine? For > > example: > > From Machine A, I'd like to run the calculator.exe program on Machine B. > > I don't want it running on A--just on B, popping up on screen. > > -- > > ========================================================= > > Sam J. Marrocco > > Sr. Visual Effects Artist, Travelling Pictures > > Infinite Rider on the Big Dogma. > > Flame, Houdini, Prisms, Lightwave, all that cool stuff... > > "If I had foreseen rap music on the horizon, > > I wouldn't have worked so hard to get rid of disco." > > ========================================================= > -- > Posted via CNET Help.com > http://www.help.com/
-- ========================================================= Sam J. Marrocco Sr. Visual Effects Artist, Travelling Pictures Infinite Rider on the Big Dogma. Flame, Houdini, Prisms, Lightwave, all that cool stuff... "If I had foreseen rap music on the horizon, I wouldn't have worked so hard to get rid of disco." =========================================================
|
Wed, 18 Jun 1902 08:00:00 GMT |
|
 |
Joseph Janda #5 / 5
|
 Remote execution of programs
Hi Sam, I dont' know how you can accomplish what you are describing. You probably already thought about this suggestion: you might consider, in the absence of a better solution, sending messages to all those machine that the App is back up. Another idea, put a file on each of those machines which triggers another application that is always running in the background and checking for the file to restart the App. Good Luck! Quote:
> > Hi Sam, > > Let me make sure I undersand this, you are on machine A and you want to > > run the calc program on machine B but you want the window to appear on > > machine A, right? I don't know of anything that can do that. > > On the other hand, if you want to start a program on another machine > > remotely and windowless, you can use the MS utility rcmd.exe. You can > > find out more about it on the MS web site.
> > > Through VB, is it possible to run a program on a remote machine? For > > > example: > > > From Machine A, I'd like to run the calculator.exe program on Machine B. > > > I don't want it running on A--just on B, popping up on screen. > Hi Joseph, > You were close-- > I'm on Machine A. > I want to run the calc program (or something else) on Machine B. > I want the program running on Machine B, and the window on Machine B. > A little background info: > We have a group of about 20 windows NT4 machines which run a software package > I wrote. This software is "controlled" via messages sent to it from a > Controller Application that I also wrote, which runs on yet another machine. > Sometimes, the software app on the 20 machines must be quit, and restarted, > which is pretty tedious to go to each machine, and manually quit the app, and > restart it (soon it'll be on 100 machines, and even worse. I'd like my > Controller App (machine A) to be able to start the software app on all those > other machines (B) for this reason. > I appreciate the help, BTW. > -- > ========================================================= > Sam J. Marrocco > Sr. Visual Effects Artist, Travelling Pictures > Infinite Rider on the Big Dogma. > Flame, Houdini, Prisms, Lightwave, all that cool stuff... > "If I had foreseen rap music on the horizon, > I wouldn't have worked so hard to get rid of disco." > =========================================================
-- Posted via CNET Help.com http://www.help.com/
|
Wed, 18 Jun 1902 08:00:00 GMT |
|
|
|