Home > Software design >  Batch File Filter loop output
Batch File Filter loop output

Time:01-22

The code runs a very simple process of pinging multiple addresses endlessy and outputting the results to a log file until manually stopped.

@echo off
title ping_logger
set d1=           
  •  Tags:  
  • Related