IPRR (Ipconfig /release /renew)

REM just copy all of this code into notepad and save the file as something.bat
cls
@echo off
echo.
echo  ipconfig /release /renew   :   @dangins89 11/4/09
echo  Simple tool to release and renew a NIC in a Windows OS
echo.
pause
cls
echo releasing…
ipconfig /release
cls
echo renewing…
ipconfig /renew
cls
echo.
echo  ipconfig /release /renew   :   @dangins89 11/4/09
echo  Simple tool to release and renew a NIC in Windoze
echo.
echo  Well [...]