Thread: sending commands

  1. #1
    Arggggh DeepFyre's Avatar
    Join Date
    Sep 2004
    Posts
    227

    sending commands

    i know that you can send text from the serve to a client application, but is there a way to send a command to the client application (i.e. "close" (Alt + F4)). I know that you could send a code in text from the server and the client just translate that into a command, but in this case i cant modify the code of the client (the client just listens on a port for an incoming message). If it helps any, both the server and the client will be running Windows.
    Keyboard Not Found! Press any key to continue. . .

  2. #2
    Registered User
    Join Date
    Nov 2001
    Posts
    1,348
    No. Each can analyze and filter the command.

    Kuphryn

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Executing DOS commands from inside an image
    By Moony in forum C Programming
    Replies: 6
    Last Post: 03-16-2008, 12:40 PM
  2. Replies: 2
    Last Post: 07-27-2007, 12:48 PM
  3. Sending Shell Commands
    By Pudnut in forum C# Programming
    Replies: 2
    Last Post: 08-29-2004, 01:13 AM
  4. Sending commands over IDE
    By Coherent in forum Windows Programming
    Replies: 0
    Last Post: 10-07-2003, 11:12 AM
  5. Sending commands to port
    By Neha in forum A Brief History of Cprogramming.com
    Replies: 1
    Last Post: 02-28-2002, 02:52 PM