Changing network setting by a batch file in Windows
You may change network setting (IP, DNS etc) using batch file in Windows XP. Lets say, you want a config shown below: To do so, create a file names as changeIP.bat and write following lines into that: netsh int ip set address name=”Local Area Connection” source=static addr=10.129.163.208 mask=255.255.255.0 netsh int ip set address name=”Local Area […]