|
-
Oct 28th, 1999, 03:25 AM
#1
Thread Starter
Lively Member
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
-
Oct 28th, 1999, 09:39 PM
#2
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]
-
Oct 29th, 1999, 12:57 AM
#3
Thread Starter
Lively Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|