
Change windows 98 network IP settings (static to dhcp)
Try NetSwitcher (www.netswitcher.com). Or if you want to script it yourself,
use the following command to open the network control panel: "control.exe
netcpl.cpl". Use the SendKeys method of the Wscript.Shell object to change
the network configuration.
Good luck!
Bert
Quote:
> Hi,
> Is there a solution to script in windows 98 the change from static IP to
> DHCP mode on the network card ?
> Thanks L Lagrevol