Is there a Windows app out there that can pipe command line arguments into a TCP socket connection?
- by Oesor
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?