Command Line Batch Script to renew IP-Address By gunnalagJune 4, 2014Scripting Command Line Batch Script to renew IP-Address [code language=”vb”] C:\>echo ipconfig /release > C:\temp\Ip-renew.bat C:\>echo ipconfig /renew >> C:\temp\Ip-renew.bat C:\>type C:\temp\Ip-renew.bat ipconfig /release ipconfig /renew C:\> [/code]