On Fri, 22 Dec 2006, Allin Cottrell wrote:
> Btw, I noticed the save/open tab in preferences, where you can
choose
> between gretl user dir and current working dir. Does that setting affect
> "store"?
Till now it has not affected the behaviour of "store", but since
it seems as if it should, I've made that modification now.
To allow this sort of thing to be configured via gretlcli, I've
also added a relevant "set" parameter
set use_cwd 1 # store will use the current dir
set use_cwd 0 # store uses the gretl user dir
The default is 0.
Allin.