Hi,
I am a newbie of photon.When I write an appliaction,I often don't know how
to begin.I am eager for some advice.
And now I have a difficult problem.When I press a button ,I want I can
perform a command such as "ls" in another computer which is in qnx .In
addition I must display the result in a terminal in my app.
Who can help me ??
Thanks,
yiner
help!
Re: help!
Some things to look for:
PtButton widget
PtTty widget
the C function popen()
You supply the glue.
Do you need ls to run on the other node? Or do you just need to do
an ls _of_ th other node. In which case you can use:
ls /net/other_node/my_dir
--
Bill Caroselli -- Q-TPS Consulting
1-(708) 308-4956 <== Note: New Number
qtps@earthlink.net
PtButton widget
PtTty widget
the C function popen()
You supply the glue.
Do you need ls to run on the other node? Or do you just need to do
an ls _of_ th other node. In which case you can use:
ls /net/other_node/my_dir
--
Bill Caroselli -- Q-TPS Consulting
1-(708) 308-4956 <== Note: New Number
qtps@earthlink.net
Re: help!
I want it run on the other node!
"Bill Caroselli" <qtps@earthlink.net> дÈëÏûÏ¢ÐÂÎÅ
:bmm7js$9ci$1@inn.qnx.com...
"Bill Caroselli" <qtps@earthlink.net> дÈëÏûÏ¢ÐÂÎÅ
:bmm7js$9ci$1@inn.qnx.com...
Some things to look for:
PtButton widget
PtTty widget
the C function popen()
You supply the glue.
Do you need ls to run on the other node? Or do you just need to do
an ls _of_ th other node. In which case you can use:
ls /net/other_node/my_dir
--
Bill Caroselli -- Q-TPS Consulting
1-(708) 308-4956 <== Note: New Number
qtps@earthlink.net