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.
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]
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 ?