General discussion
August 16, 2002 at 10:15 AM
bbae

ipconfig batch file

by bbae . Updated 24 years, 1 month ago

Hi!

One of my clients who’s running Windows 98 has been failed to get the ip address from DHCP server whenever he turn on his laptop, and I want him get ip address successfully again by only double clicking this simple batch file that I created incorrectly. Can anybody correct this batch file to work properly so I can help my clients to get on the network quickly without typing them manually one by one.
Thanks.
—————————–
@echo off
c:\winnt\system32\command.exe
ipconfig /release_all
ipconfig /renew_all
——————————

This discussion is locked

All Comments