I made a VB code that will access a remote machine thru Reflection2. My problem is if the PC that is running my code has no Reflection2 installed it cannot execute the program.
What is the code or object that I will use to use telnet running in windowsXP/2000.
My code for opening Reflection2
Dim Ref2 as Reflection2.Application
.
.
.
set Ref2 = createobject("Reflection2.Application")
...
Can anyone share idea on how to utilize(vb code) the telnet service in windows? I don't like to use Reflection2 anymore because it is not installed in all our PCs unlike 'TELNET'.
thanks.
What is the code or object that I will use to use telnet running in windowsXP/2000.
My code for opening Reflection2
Dim Ref2 as Reflection2.Application
.
.
.
set Ref2 = createobject("Reflection2.Application")
...
Can anyone share idea on how to utilize(vb code) the telnet service in windows? I don't like to use Reflection2 anymore because it is not installed in all our PCs unlike 'TELNET'.
thanks.