@echo off
Title AUTO RECON v3
Mode con cols=60 lines=4 & color 0C
:LOOP
echo(
echo                     Disabling Network Connection ...
netsh interface set interface "Ethernet" DISABLED
Cls & Color 0B
echo(
echo                     Enabling Network Connection ...
netsh interface set interface "Ethernet" ENABLED
Timeout /T 7
Cls & Color 0B
echo(
echo            EXITING Internet Explorer,,,,
Timeout /T 2
Cls & Color 0C
Taskkill /IM "iexplore.exe" /F
Cls & Color 0B
echo(
echo               DONE ......
Cls & Color 0B
Timeout /T 60
goto LOOP