Is there a Windows app out there that can pipe command line arguments into a TCP socket connection?
Posted
by Oesor
on Server Fault
See other posts from Server Fault
or by Oesor
Published on 2010-04-28T18:36:12Z
Indexed on
2010/04/28
18:47 UTC
Read the original article
Hit count: 236
I haven't needed anything like this before but I'm sure something exists. I'm looking for a compiled Windows executable (i.e. noninterpreted language) that I don't need to write that can read the arguments passed in on the command line, open an TCP network socket to another machine, and pass the arguments along.
Has anyone used something like this before?
© Server Fault or respective owner