On Thu, 25 Jan 2007, Ignacio Díaz-Emparanza wrote:
I have been looking at it and running
line by line and I think the error now is in calling the Windows system
shell. The week before, the command
! cmd /c "..."
was working but not now.
That must reflect the change whereby gretl now waits for "!"
commands to complete, which requires using a different Windows API
function as compared with the old "don't wait" default.
I will try some testing on Windows today and see what I can come
up with.
In the meantime if you need to run scripts of that sort, you can
use "launch" instead of "!" and you should get the old behaviour.
Allin.