<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">
<style type="text/css" id="owaParaStyle"></style>
</head>
<body fpstyle="1" ocsi="0">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Am si eu o nelamurire legata de cum implementez pipe-urile pe Windows.
<div><br>
</div>
<div>In laborator am vazut exemplul cu a|b, unde a si b sunt doua comenzi oarecare ce pot fi executate cu CreateProcess. problema mea este ce fac cand am ceva de genul</div>
<div><br>
</div>
<div><span class="Apple-tab-span" style="white-space:pre"></span>a &amp;&amp; b &nbsp; &nbsp;| &nbsp; &nbsp; &nbsp;c &nbsp; &nbsp; &nbsp;| &nbsp; &nbsp; &nbsp; d||e &nbsp; &nbsp; &nbsp; &nbsp;| &nbsp;...</div>
<div><br>
</div>
<div>Pot sa apelez recursiv programul meu (mini-shell.exe) pentru a executa procesele?</div>
<div><br>
</div>
<div>M-am mai gandit sa execut procesele secvential, dar nu stiu ce dimensiune trebuie sa aiba pipe-ul si as pierde informatia scrisa. Pot incerca euristic, dar nu cred ca asa se face in mod normal.</div>
</div>
</body>
</html>