CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    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]


  2. #2
    Join Date
    May 1999
    Posts
    3

    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
  •  





Click Here to Expand Forum to Full Width

Featured