#1
|
|||
|
|||
Script ping IP addresses
Hi,
Is there any possibility to create a script that would ping an IP address that I enter (requested via messagebox or text field and changing every time - it s never the same specific address). Thank you, Greta |
#2
|
|||
|
|||
this works
Code:
strInput = InputBox("Please enter the IP address") if strInput <> "" then crt.Screen.Send "ping" & strInput & chr(13) else end if Last edited by cboyack; 02-09-2021 at 10:14 AM. Reason: Please use the [CODE] and [/CODE] tags to denote a script |
#3
|
|||
|
|||
Hi gantohi,
I want to make sure that I have an accurate understanding of what it is that you are trying to accomplish with the script. Can you please tell me more about how you intend to use the script? Is it your goal to ping hosts from your local machine, like you might from a CMD window? Or are you planning on connecting to a remote host with SecureCRT and then running the ping command on the remote? What version of SecureCRT are you running?
__________________
Thanks, --Brittney VanDyke Software Technical Support support@vandyke.com (505) 332-5730 |
![]() |
Tags |
ping , script |
Thread Tools | |
Display Modes | Rate This Thread |
|
|