NonStop Server for Java 7.0 Tools Reference Pages

12 jrunscript: Command Line Script Shell
jrunscript is a command line script shell that supports an interactive (read-eval-print) mode
and a batch (-f option) mode of script execution. This is a scripting language-independent shell.
By default, JavaScript is the language used, but the -l option can be used to specify a different
language. Through Java to scripting language communication,jrunscript supports "exploratory
programming" style. For more information on jrunscript tool, see the Oracle Java documentation
for jrunscript.
Synopsis
jrunscript [ options ] [ arguments... ]
Synopsis 35