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

Thread: remote login?

  1. #1
    Join Date
    Dec 2004
    Posts
    78

    remote login?

    hey


    i want to simulate telnet command....are there any apis for remote login??
    i want to remotely login on a pc and then execute commands
    plz help

    i m workin in sdk win32 platform

  2. #2
    Join Date
    Aug 2001
    Location
    Stockholm, Sweden
    Posts
    1,664

    Re: remote login?

    Have a look at PsExec from Sysinternals. It does exactly what you want to do. The tool is described in detail here: http://www.windowsitpro.com/Windows/...919/42919.html

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