Results 1 to 3 of 3

Thread: commands

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Oct 1999
    Location
    Sheffield, Derbyshire, UK
    Posts
    68

    Post

    how can i send commands to a computer over the internet or tcp/ip network? I can get a server on the computer. this is mainly for win 98 machines, but also a win nt server

  2. #2
    Guru Aaron Young's Avatar
    Join Date
    Jun 1999
    Location
    Red Wing, MN, USA
    Posts
    2,177

    Post

    You could use the Winsock Control to send Data from 1 PC to Another over a TCP/IP Network. To Send commands, you would need to create your own set of Command Lines which the Recieving Program will be able to Interpret, eg.

    If the Source PC sends "SHUTDOWN" via the Winsock, the Destination should recognize this as a Valid command and run some code to Shutdown that PC.


    ------------------
    Aaron Young
    Analyst Programmer
    [email protected]
    [email protected]

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Oct 1999
    Location
    Sheffield, Derbyshire, UK
    Posts
    68

    Post

    could you please explain further, cos im a TOTAL beginer at network vb.
    THANX!!

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