Batch script to watch network interface Copy and paste this script into Notepad

Save it as WATCH.BAT (Don't let Notepad add a .TXT to the end of the filename)

Double-click WATCH.BAT

:LOOP
CLS
IPCONFIG /ALL | MORE
GOTO LOOP