Is there a way to execute an external program in XPCOM and retrieve the actual return string from it, instead of just the return code?
I have researched nsICommandLine, nsICommandLineHandler, nsICommandLineRunner, and nsIProcess but it seems like none of them provide more than the exit code. Is there a different method I should be using?