Thread: tcp server help

  1. #1
    Registered User
    Join Date
    Jun 2010
    Posts
    7

    tcp server help

    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

  2. #2
    Registered User
    Join Date
    Dec 2006
    Location
    Canada
    Posts
    3,229
    You can do pipes.

    Or just use telnet.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. INT 15 to return memory size
    By pole1080 in forum C Programming
    Replies: 49
    Last Post: 06-23-2010, 09:28 AM
  2. Windows TCP Server Can't Handle >100 Clients
    By Xterria in forum Networking/Device Communication
    Replies: 13
    Last Post: 11-02-2009, 07:21 PM
  3. constantly reading and writing to a tcp server
    By liri in forum Networking/Device Communication
    Replies: 4
    Last Post: 01-22-2008, 08:57 AM
  4. TCP Sockets: multiple clients - one server
    By Printisor in forum C Programming
    Replies: 4
    Last Post: 11-01-2007, 10:34 AM
  5. socket question
    By Unregistered in forum C Programming
    Replies: 3
    Last Post: 07-19-2002, 01:54 PM