Jordi Llonch wrote:
Hi,

I'm looking for execute an external perl program from my thunderbird
extension (XPI).
I'm have seen this component:
"@mozilla.org/appshell/appShellService;1"
But I'm not sure that this is the way.

Definitely not ;)

You want nsIProcess. But beware, using nsIProcess you can't set up pipes (stdin/stdout) to the process you are running. That requires some advanced coding, and I don't think you can do it without using the NSPR process API.

--BDS
_______________________________________________
Mozilla-xpcom mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-xpcom

Reply via email to