Flushes the ARP cache through a batch file :-
---------------------------------------------
@echo off
echo Flushes the ARP cache
arp -d *
pause
Copy it in notepad and save as .bat file
---------------------------------------------
@echo off
echo Flushes the ARP cache
arp -d *
pause
Copy it in notepad and save as .bat file
No comments:
Post a Comment