|
Re: automatic IP FRC team changer by:CFR #4966
If the DS changes the IP settings, it performs a dump to a text file. It doesn't explicitly set the PC to DHCP, but attempts to restore it to how it initially found it. Originally, it was going to restore when quitting, but this was actually quite annoying, especially on a programming laptop. This step needed to be independent of the DS.
Below is the documentation on dump. I haven't used it in years.
Greg McKaskle
C:\Windows\system32>netsh interface ip dump /?
Usage: dump
Remarks:
Creates a script that contains the current configuration. If saved to a
file, this script can be used to restore altered configuration settings.
|