Hey, here is what i need :
The script check if i am in DHCP, it disable it, and enable static ip ( i give it the right ip adress in the script ), and if im not, he enable dhcp.
so : if dhcp -> static ip
If static ip -> Dhcp
Here is the beginning of my code.
Const ForReading = 1
Set...