cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
609
Views
0
Helpful
1
Replies

In vbs,how to telent Non-standard port ?

Zhixin
Level 1
Level 1

I want to use vbs script to check  equipment with secureCRT。I want to telnet  equipment with Non-standard port.I search for this on the internet ,but didn't get it .Does anyone know this or other solution?

 

This is telnet Standard port with vbs :

crt.Session.Connect "/TELNET 192.168.0.15"

 

 

 

thanks a lot .

1 Accepted Solution

Accepted Solutions

The sintax should be 

/Telnet hostname [port]

 

see the manual at link https://www.vandyke.com/support/tips/scripting/scripting_essentials.pdf

 

Regards.

View solution in original post

1 Reply 1

The sintax should be 

/Telnet hostname [port]

 

see the manual at link https://www.vandyke.com/support/tips/scripting/scripting_essentials.pdf

 

Regards.