Click to See Complete Forum and Search --> : Running command lines on remote host.


yaronb
March 15th, 2001, 06:34 AM
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.

Iouri
March 15th, 2001, 07:28 AM
Find Telnet server, install it on your NT machine and then you can run command string using telnet client on your computer

Iouri Boutchkine
iouri@hotsheet.com

yaronb
March 15th, 2001, 11:25 AM
I have telnet service running on the NT host.
What is the way to run telnet programmatically thru Visual Basic, and capture the output ?