From: Robert Klemme Date: 2005-09-21T03:16:37+09:00 Subject: Re: windows help/pipes/thread christophe.poucet@gmail.com wrote: > What you could do is make a simple program "pipe" that forwards to the > given socket. > > Then you could do something like. > > cat test_stdin | pipe localhost 1234 s/pipe/telnet/ - works even on Windows boxes. :-) And while we're at it, then you should also be able to do telnet localhost 1234 < test_stdin Ha, killed another useless cat! :-) Kind regards robert