Re: Pipes and processes, stdin, stdout and stderr

2015-04-14 Thread Vladimir Zhbanov
Hi, Chris. In geda-gaf, I modified open-pipe* to solve a similar issue. See the procedure code and comments in attachment. Cheers, Vladimir ;; run a child process and return a pair of input and output ports. ;; Executes the program 'command' with optional arguments 'args' ;; (all strings) in a

Re: Pipes and processes, stdin, stdout and stderr

2015-04-14 Thread Christopher Allan Webber
Thanks Vladimir! I will look through this. Vladimir Zhbanov writes: Hi, Chris. In geda-gaf, I modified open-pipe* to solve a similar issue. See the procedure code and comments in attachment. Cheers, Vladimir