So , the only question left is :

does this work on a Windows 95 Computer ?



break on

$Computer = "" ; Place here any valid (and online) Computer/IP-Address

shell '%Comspec% /C ping $Computer | find /C "TTL=" > nul'

if @error = 0
    $Computer + " replied to the ping request!" ?
else
    $Computer + " was reported OFFLINE, please verify on console!" ?
endif

get $



agreed ?
_________________________