I am interested in the command line interface (CLI) of Stat-JR, and how I can use it for analysing my data. I use R for most of my computations; I would like to run Stat-JR from the command line rather than using the GUI, so I can stay within R if possible.
My Question(s): How can I use the CLI of Stat-JR? Is there documentation explaining this? Suppose I have already fit a model in Stat-JR, thus generating the code necessary to run it, can I use the CLI to fit the same model again using R?
So far, I've been using Stat-JR 1.0.2 via the browser-based GUI. As noted in [1] (see link below), there is a CLI for Stat-JR, which appears to be "under development", and which would allow Stat-JR to be run from external software. A neat feature, considering that most of the operations seem do be done by python and pre-compiled C++ code.
In the advanced documentation [2], I found a reference to a "Python command line interface". However, it is not discussed in that document how it can be used. In "~\StatJR\src\apps\scripting" there is an executable file called "runScript.exe", which triggers the same loading process as the main executable, but it doesn't start the TREE interface.
Is this the exetutable for the CLI? If so, how can I use it? Are there help files or man pages that explain the use of the CLI? If so, I would be happy if someone points me into the right direction; if not, I would be even more happy if someone could explain a few basic steps on "how to get started"

Thanks in advance! I'm looking forward to using this feature!
Best,
Simon
[1] http://www.bristol.ac.uk/cmm/software/s ... port/faqs/
[2] http://www.bristol.ac.uk/cmm/media/migr ... vanced.pdf