CODE: [Copy to clipboard]@echo off for /f "skip=2 tokens=1,2" %%i in (1.txt) do ( echo arp -s %%i %%j>2.bat)