D:\Tmp4Del\_Del_later\_9>ping 192.168.1.15 >nul && echo "15 OK" || ping 192.168.1.20 >nul && echo "20 OK" || echo "Включите сеть "15 OK" D:\Tmp4Del\_Del_later\_9>ping 192.168.1.15 Pinging 192.168.1.15 with 32 bytes of data: Reply from 10.10.77.1: Destination host unreachable. Reply from 10.10.77.1: Destination host unreachable. Reply from 10.10.77.1: Destination host unreachable. Reply from 10.10.77.1: Destination host unreachable. Ping statistics for 192.168.1.15: Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), D:\Tmp4Del\_Del_later\_9>ping 192.168.1.3 >nul && echo "15 OK" || ping 192.168.1.20 >nul && echo "20 OK" || echo "Включите сеть" "15 OK" D:\Tmp4Del\_Del_later\_9>ping 192.168.1.3 Pinging 192.168.1.3 with 32 bytes of data: Reply from 192.168.1.3: bytes=32 time=102ms TTL=63 Reply from 192.168.1.3: bytes=32 time=102ms TTL=63 Reply from 192.168.1.3: bytes=32 time=112ms TTL=63 Reply from 192.168.1.3: bytes=32 time=102ms TTL=63 Ping statistics for 192.168.1.3: Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 102ms, Maximum = 112ms, Average = 104ms D:\Tmp4Del\_Del_later\_9>ping 192.168.1.15 >nul && echo "15 OK" || ping 192.168.1.3 >nul && echo "20 OK" || echo "Включите сеть" "15 OK" |