I am trying to use XULRunner to add a GUI to a command line based program.
One solution would be to use something like popen from the XUL application to interact with the command line program.
My questions:
- Does XPCOM have popen?
- Does XPCOM have enough primitives to create popen?
- Is there any other approach that gives access to the standard in / out of the process?
PyXPCOM seems to have this capability, but I would not add a dependency if possible.
source share