Results 1 to 2 of 2

Thread: socket use

Hybrid View

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2013
    Posts
    13

    socket use

    Hey,
    I have a server at home And I want to start programs remotely over sockets.
    So what I want is to send a sel created command from my pc to the server and the server can start a program when receiving that command.

    Is that Possible to do?


    pol672

  2. #2
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    39,038

    Re: socket use

    Any number of ways. Depending on what language you are most familiar with, you might find a WCF service easiest to use, or you might find some other kind of web service easier. The basic plan would be that some service would be listening for a message, and when it received the message, it would launch some program.
    My usual boring signature: Nothing

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width