i have an application who reads the data from stdin with
Application_Read

the implementation is

----------
Public Sub Application_Read()
  
  Line Input txtArea.Text
  
End
---------

i try to send data to the running process with
echo xxx > /proc/7417/fd/0

where 7417 is the pid.

But i cant get the data to textArea.

How can i do that?

Thanks in advanced :)


-- 
Regards,
Demosthenes Koptsis.


------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to