Click to See Complete Forum and Search --> : Starting a remote process using dialup in NT


May 28th, 1999, 10:08 AM
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
semacdi@hotmail.com

Leonid Sysoev
May 28th, 1999, 04:44 PM
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