
14 Mar
2007
14 Mar
'07
10:08 a.m.
On 2007-03-13, Brandon Michael Moore
On Mon, Mar 12, 2007 at 05:14:57PM -0500, John Goerzen wrote: You can do this with runProcess, if you use System.Posix.IO.{createPipe,fdToHandle} to make a pipe and wrap the ends as handles. I hope hCreatePipe could be implemented on windows.
Right, but the whole point of trying to use System.Process was to remove the dependency on POSIX and thus make the program portable to Windows. -- John