1. Can anyone explain the "magical" link ?
2. Is it possible to name the required "preferences" file in the
application,ini ?
3. Is it possible to name the startup xul filename in application ini and
ignore the prefernces file completely?
*****************************************************
I would like to be able to create a number of shortcuts to the same
application but request different startup XUL file names
Each shortcut would point to a different application ini file which in turn
would indicate the relevant XUL file name to load using the same
application
There is no link. We load any .js file in the preferences/ directory.
> 2. Is it possible to name the required "preferences" file in the
> application,ini ?
No.
> 3. Is it possible to name the startup xul filename in application ini and
> ignore the prefernces file completely?
No.
But, you don't have to use toolkit.defaultChromeURI to open windows. You
could write your own command-line handler and start the app any way you
want. See https://developer.mozilla.org/en/Chrome/Command_Line
--BDS
"Benjamin Smedberg" <benj...@smedbergs.us> wrote in message
news:NOqdnQHv9oMhYfDU...@mozilla.org...