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
https://developer.mozilla.org/en/nsIProcess
https://developer.mozilla.org/en/nsIProcess2
Igor Tandetnik