On Fri, 5 Jun 2015, Sven Schreiber wrote:
is it actually possible to open session files (.gretl) in a Hansl
command script?
In a word, No. We haven't envisaged any circumstances in which this
would make sense. You can, however, save an arbitrary collection of
bundle-able objects via bwrite() and then reload them using bread().
In the user guide it just says how to start the gretl program
together with a session ("type gretl -r sessionfile"). But what I
mean is that gretl is already running and I want to do something
like "open mysession.gretl". This didn't work.
In the current gretl design, that's not expected or intended to work.
Allin