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 then, it would appear I actually worked? Well
echo  at least reached the end of my file.. hope I helped!
pause
cls
echo  Nooooooo!!!!! don’t leave me! :’(
pause

One Response

  1. SmokeEate Says:

    No matter what others say, I think it is still interesting and useful maybe necessary to improve some minor things

Leave a Comment





Please note: Comment moderation is enabled and may delay your comment. There is no need to resubmit your comment.