<span type="cite">zac wrote:</span>
<p> </p>
<blockquote type="cite" > <tt>
when using <br>
read from socket thesocket until return <br>
write shell(it) to socket thesocket <br>
  <br>
I get <br>
:command not found</tt></blockquote>
<br>
ahh.  I see your problem.<br>
you need to chop off the CRLF from the command before shelling it<br>
<br>
delete char -2 to -1 of it<br>
<br>
:)<br>
<br>
-zac<br>
<br>