Subj : starting Rhino shell with library To : netscape.public.mozilla.jseng From : Chris Winters Date : Fri Sep 30 2005 01:19 pm I'd like to start a Rhino shell with a predefined JavaScript library already read in (via 'load()') so shell users can just start working. However, the 1.6R1 shell processes any -e (script) or -f (script-source) options and then exits. There doesn't seem to be a way to do this in the ...shell.Main class, so do I need to start cut-and-pasting? Thanks, Chris .