Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

how to open command line output

3 views
Skip to first unread message

Holge r

unread,
Nov 30, 2009, 1:36:58 PM11/30/09
to
Hi,

From an Addon I would like to run a comman line process to create a
xml file. The xml file should be loaded into the FF browser tab after
the command line process has finished. Could somebody help me how to
do this. The problem is the command line process may take one or two
seconds to create the xml file.

The command line would look like this: application.jar input.source
> output.xml

How do I make sure the load process of output.xml is triggered after
the comman line has finished to create the xml file?

Regards, H

Igor Tandetnik

unread,
Nov 30, 2009, 2:44:30 PM11/30/09
to
Holge r <hg....@googlemail.com> wrote:
> From an Addon I would like to run a comman line process to create a
> xml file. The xml file should be loaded into the FF browser tab after
> the command line process has finished. Could somebody help me how to
> do this. The problem is the command line process may take one or two
> seconds to create the xml file.

https://developer.mozilla.org/en/nsIProcess
https://developer.mozilla.org/en/nsIProcess2

Igor Tandetnik

hle

unread,
Dec 1, 2009, 4:52:40 AM12/1/09
to
On Nov 30, 7:44 pm, "Igor Tandetnik" <itandet...@mvps.org> wrote:
0 new messages