Code:
shell "ping -n 1 "+$Server+" | find /i 'TTL' >Nul"
If not @error ? "Server Responded" Else ? "Server did not respond" EndIf


This will still take 2 seconds to time out, but you can change that in the Shell command as well with the -i switch.
_________________________
Today is the tomorrow you worried about yesterday.