Pass string from one Bmx-app to another

BlitzMax Forums/BlitzMax Programming/Pass string from one Bmx-app to another

ghislain(Posted 2006) [#1]
Hello,

I have got 2 console app's written in Bmax. One app [the challenger] starts the other app [the responder]. Now i would like the responder to return a string to the challenger.
I believe this should be possible with the StandardIO and pub.FreeProcess. But somehow i don't get it right..

Has anyone got experience with this?

Ghislain