On Fri, 6 Jan 2017, Sven Schreiber wrote:
Am 06.01.2017 um 20:12 schrieb Allin Cottrell:
> On Fri, 6 Jan 2017, Sven Schreiber wrote:
> For "launch" we were using a GLib convenience function that didn't
> support setting a working directory for the child process. I've now
> modified this to use a more complex function that allows for such a
> setting.
That's great, thanks. I hope it also cures another side effect, something
that currently doesn't work with "launch":
When I do "! gretlcli.exe -b testscript.inp > testout.out",
(that's on Windows obviously) I get the expected testout.out file. But when I
instead use "launch", the output file doesn't seem to get created
anywhere.
I'll test with the next snapshot.
OK. I don't know if redirection is going to work with the Windows
CreateProcess API -- we'll see! (When you use "!" we go via cmd.exe,
which does support redirection.)
Allin