Command Line Batch Script to renew IP-Address

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]

Leave a Reply

Your email address will not be published. Required fields are marked *