// Command lines to demonstrate the runscript command runscript help runscript engines runscript base runscript base file:F:\osgi\felix-sandbox-donsez-2\runscript\src\site\ runscript base file:..\..\sandbox\donsez\runscript\src\site\ runscript js hello.js runscript js ps.js runscript hello.js // run a script located in another bundle (here, the runscript bundle id is 4) // runscript bundle://[bundleId].[bundleRev]:[classPathId]/[path] runscript bundle://4:/SCRIPT-INF/embed.js runscript javafx hello.fx runscript hello.fx runscript hello.rb runscript hello.py runscript hello.bsh runscript hello.groovy start http://www.scala-lang.org/downloads/distrib/files/scala.library_2.7.5.final.jar runscript hello.scala // TODO RUN A SCRIPT IN A SEPARATE THREAD runscript -fork js simplegui.js