On Sun, 8 Apr 2012, AGUSTÍN ALONSO RODRÍGUEZ wrote:
I am trying to use the batch mode in Gretl, but the
redirection to a file, is not working. That is, the
instruction:
gretlcli - b scriptfile
really works because for a moment the screen shows the
results. But when I type:
>h:/tmp/name_of_file
the place where I intend to write the results, nothing is
writing in it.
Gretl has no control over how the Windows shell handles
redirection. To make quite sure that nothing strange was
happening I tried the following using the cmd.exe shell on
Windows 7:
gretlcli -b ps3-6.inp > d:/userdata/gretl-out.txt
The output file was written as expected. If that's not
happening in your case it's a Windows issue.
Allin Cottrell