RunWait(@COMSPEC & ' /c netsh interface set interface "Local Area Connection" disabled')
RunWait(@COMSPEC & ' /c netsh interface set interface "Local Area Connection" enabled')
RunWait(@COMSPEC & " /c ipconfig /release")
RunWait(@COMSPEC & " /c ipconfig /renew")
RunWait(@COMSPEC & " /c ipconfig /flushdns")
Better suited for a batch file.