06-14-2018 02:27 AM - edited 03-08-2019 03:22 PM
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 .
Solved! Go to Solution.
06-14-2018 03:05 AM
The sintax should be
/Telnet hostname [port]
see the manual at link https://www.vandyke.com/support/tips/scripting/scripting_essentials.pdf
Regards.
06-14-2018 03:05 AM
The sintax should be
/Telnet hostname [port]
see the manual at link https://www.vandyke.com/support/tips/scripting/scripting_essentials.pdf
Regards.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide