Page 1 of 1

How to use as a server (open process)

Posted: Mon May 18, 2009 9:58 pm
by ale870
Hello,

if I use "open process" I can open, from RunRev, another application and communicate with it using READ FROM PROCESS and WRITE TO PROCESS.

But how can I do to write in another process if my RunRev program was opened from another application (another application opened my RunRev program)?

I cannot find any way to write (print) to a standard output.

Can you help me please?

Posted: Mon May 18, 2009 11:52 pm
by Mark Smith
Have look at the 'stdin' and 'stdout' keywords in the docs - I haven't tried to do what you want, but it looks like they should do it...

Best,

Mark Smith

Posted: Tue May 19, 2009 10:49 am
by ale870
Thank you for the tip! I found everything! :D