Windows – Output text file to TCP port

pipetcptelnetwindowswindows-vista

How can I output a text file to a TCP port on Windows Vista using built-in software? For example,

type TextFile.csv | telnet localhost 1979

This doesn't work: The process tried to write to a nonexistent pipe.

Best Answer

The tool to use is probably the windows ports of netcat.