I don't understand well what in English call stream and what pipe.
We are talking about redirect streams, problems was that console function not allow redirect
redirect support only readfile writefile
now I am talking about additional descriptors (streams), not stdout stderr stdin, but additional 4-9
I make little experiment 3 stream already in use.
I want my application IN data through stdin, OUT log through stderr, OUT data through stdout,
OUT headers through additional 4 stream, OUT certificate headers through 5 stream and OUT certificate data through 6 stream
so I may use such constructions in batch files
(echo refer:http://masm32.com/)|cdownload http://masm32.com/>&2 2>err.log 3>nul 4>headers.log 5>certheaders.log 6>cert.log