views:

549

answers:

1

Hy, I'm trying to launch a external process from a mozilla firefox addon (so only js-code allowed). This is easly possible using NSIProcess, but I need the return-code of the executed program. As the NSIProcess doesnt offer a possibility to get the return-code, I'm searching for a alternative possibility.

Im trying to avoid to write my own XPCom Compontent in C because this would make the plugin platform bound.

Thanks!

A: 

The link you gave mentions the attribute exitValue -- is that not what you're looking for?

rodion