CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2001
    Posts
    17

    Running command lines on remote host.

    Hi,
    Could anyone refer me to a source of information regarding running command lines on an NT host , and then capturing the output ?
    There's a Remote Shell object for running commands on a UNIX host, but it doesn't work on NT.

    Does anyone know how to do it on an NT host ?

    Yaron.



  2. #2
    Join Date
    May 2000
    Location
    New York, NY, USA
    Posts
    2,878

    Re: Running command lines on remote host.

    Find Telnet server, install it on your NT machine and then you can run command string using telnet client on your computer

    Iouri Boutchkine
    [email protected]
    Iouri Boutchkine
    [email protected]

  3. #3
    Join Date
    Mar 2001
    Posts
    17

    Re: Running command lines on remote host.

    I have telnet service running on the NT host.
    What is the way to run telnet programmatically thru Visual Basic, and capture the output ?


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