Remote execution of programs 
Author Message
 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  
 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  
 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  
 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  
 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  
 
 [ 5 post ] 

 Relevant Pages 

1. Remote program execution

2. Remote Application or Script Execution In A Domain

3. Remote Execution

4. network connection and remote command execution

5. Remote command execution

6. Help needed with SQL remote stored proc and vb execution of same

7. Remote Execution

8. Remote Script execution

9. Remote script execution error

10. REmote Execution

11. Remote Execution

12. remote execution

 

 
Powered by phpBB® Forum Software