January 16, 200521 yr I'm not sure that it is actually. But if you can it will be with the net.exe utility, i'm faily familiar with ipconfig.exe and I don't believe that can do it.
January 16, 200521 yr I'm fairly certain you can do this via scripting with the netsh command. The following link should provide some guidance:http://www.microsoft.com/resources/documen...n-us/netsh.mspxI've yet to try this myself, although it's on my to-do list. Let me know if it works! - Ravashaak
January 17, 200521 yr OKay peeps you asked i'll tellTo do this from a command line you can use a command called NETSH.EXE with the following syntaxnetsh interface ip set address name="name of interface to bind ip data" static 192.168.200.100 255.255.255.0 192.168.200.1 1
Create an account or sign in to comment