Re: [Freedos-devel] FreeCOM pipes

2016-02-16 Thread Jerome E. Shidel Jr.
> On Feb 16, 2016, at 12:23 PM, Matej Horvat > wrote: > > On 2016-02-16 3:06 PM, Jerome E. Shidel Jr. wrote: >> When used at the tail of a pipe, if the set /p does not receive any >> input, FreeCOM will basically crash. So, it would appear that >> it receives the pipe and just fails to set the

Re: [Freedos-devel] FreeCOM pipes

2016-02-16 Thread Matej Horvat
On 2016-02-16 3:06 PM, Jerome E. Shidel Jr. wrote: > When used at the tail of a pipe, if the set /p does not receive any > input, FreeCOM will basically crash. So, it would appear that > it receives the pipe and just fails to set the environment variable. I can't reproduce this, at least not inter

[Freedos-devel] FreeCOM pipes

2016-02-16 Thread Jerome E. Shidel Jr.
While working on FDI, a while back I noticed something interesting. Either FreeCOM pipes or it’s set /p command (or both) are flakey. I think it is related to set /p. I’ve worked around this issue in FDI. But, figured I would share what I have discovered. Take the following command: cd | set /p