|
-
May 28th, 1999, 10:08 AM
#1
Starting a remote process using dialup in NT
I am dialing up to a computer a need to start/stop a process on that machine. Both computers are NT 4.0 service pack 4 and Visual C++ 6.0. Is there a way to do this? Any help would be appreciated. Thanks.
Scott
[email protected]
-
May 28th, 1999, 04:44 PM
#2
Re: Starting a remote process using dialup in NT
Scott,
In any case you will need some sort of server installed on the remote machine that will be recieving commands from your machine and execute them locally.
It is extremely easy to write such software, both client and server. Take a look at CAsyncSocket class or Win32 Windows Sockets functions.
Good luck!
Leonid Sysoev
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
|