 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Silvana Guest
|
Posted: Tue Feb 07, 2006 4:01 pm Post subject: Remote Application |
|
|
Hello
I'm using Borland C++Builder 6.0.
I need to list applications that run on other machine, run application on
remote machine and stop application on remote machine.
Is there someone that can help me ???
Thanks Silvana |
|
| Back to top |
|
 |
SF Guest
|
Posted: Thu Feb 09, 2006 11:03 am Post subject: Re: Remote Application |
|
|
| Quote: | I need to list applications that run on other machine, run
application on
remote machine and stop application on remote machine.
|
What control do you have on the remote machine? Can you install
your own application and let it run? If so, then a common
solution is to develop two applications able to communicate, for
example through TCP/IP sockets. On the remote machine(s) you'll
install application A listening for connections. On the control
PC (yours), application B will connect to A, sending the
required commands. App A should then execute those commands
locally reporting some feedback to B.
Obviously, A and B could be a single application that can be set
as client or server.
HTH,
Stefano. |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|