294 Subj : Re: Help needed in rhino javascript execution To : singgau3@iit.edu From : Igor Bukanov Date : Mon Nov 03 2003 07:44 pm Gaurav Singh wrote: > Hi > > I want to execute rhino javascript in batch mode > rather than in interactive mode > > Can any one pls suggest me as what changes do I have > to make in in which programs' source code to achieve > this functionality How do you specify interactive or batch modes? Rhino shell, http://www.mozilla.org/rhino/shell.html , can run both gui and command line scripts, see various examples in the example directory from the Rhino distribution. Regards, Igor . 0