How to run executable remotely

Hi,
Imagine that i have configured my qnx target with networking, Is there any
way of running an executable remotely …(Without using qnet …Since i have
to do this from my windows machine)…
To be clear i want to do something on the target from windows machine
remotely
Is this possible
Regards
Mani

Hi,

Use telnet to login. If you are on another qnet computer use on utility.


Manigandan Varadharajan wrote:

Hi,
Imagine that i have configured my qnx target with networking, Is there
any
way of running an executable remotely …(Without using qnet …Since i have
to do this from my windows machine)…
To be clear i want to do something on the target from windows machine
remotely
Is this possible
Regards
Mani

Start the inet daemon on the QNX machine “inetd” if it’s not already
started.
Then get the IP address of the machine “ifconfig en0”
Then go to your windows machine and start up the telnet client from a
command window “telnet xxx.xxx.xxx.xxx” where the x’s are the IP address of
the QNX machine.
Log in and away you go!

I’m doing this exact thing and it’s working great.

“Manigandan Varadharajan” <vm@myw.ltindia.com> wrote in message
news:a3qb73$pu9$1@inn.qnx.com

Hi,
Imagine that i have configured my qnx target with networking, Is there
any
way of running an executable remotely …(Without using qnet …Since i have
to do this from my windows machine)…
To be clear i want to do something on the target from windows machine
remotely
Is this possible
Regards
Mani