strInput = InputBox("Please enter the IP address") if strInput <> "" then crt.Screen.Send "ping" & strInput & chr(13) else end if