Em uma máquina com Windows 7, sigo um endereço IP de uma máquina desligada.
C:\>ping 192.168.1.222
Pinging 192.168.1.222 with 32 bytes of data:
Reply from 192.168.1.222: Destination host unreachable.
Reply from 192.168.1.222: Destination host unreachable.
Reply from 192.168.1.222: Destination host unreachable.
Ping statistics for 192.168.1.222:
Packets: Sent = 3, Received = 3, Lost = 0 (0% loss)
Mesmo que não haja nenhuma resposta, o errorlevel está definido para 0
.
O que estou tentando fazer é descobrir se uma máquina remota está respondendo ao ping. Um dos meus testes é desligar a máquina e executar ping. Por alguma razão, o ping define o nível de erro como 0
.