Using Ping.exe to flood traffic for analyzing and testing
Maxes out at about 25Mbit/s. Useful it for tracking down switch devices by looking at their network activity.
@ECHO OFF chcp 65001 >nul 2>&1 COLOR 0B set target=192.168.1.225 :loop ping -l 65000 -w 1 -n 1 %target% goto loop