I wrote a simple TCP server for windows. I am new to network programming and windows programming and I need some help. I want to execute cmd.exe after I connect to my server, and allow the client to input commands.
Any ideas on how to do this?
Foxyy
This is a discussion on tcp server help within the C Programming forums, part of the General Programming Boards category; I wrote a simple TCP server for windows. I am new to network programming and windows programming and I need ...
I wrote a simple TCP server for windows. I am new to network programming and windows programming and I need some help. I want to execute cmd.exe after I connect to my server, and allow the client to input commands.
Any ideas on how to do this?
Foxyy
You can do pipes.
Or just use telnet.