I found some information online. The following command can be used to change the local area network IP address:
netsh interface ip set address "Local Area Connection" static 192.168.1.106 255.255.255.0 192.168.1.1 1
When I put this line into a batch file, it doesn't work. Could you all, dear experts, please tell me how to write this batch file?
Also, how can I loop to change IPs (within a certain range)?
Can I change the MAC address using a batch file under XP without restarting?
Thank you, dear experts, and happy Mid-Autumn Festival!
netsh interface ip set address "Local Area Connection" static 192.168.1.106 255.255.255.0 192.168.1.1 1
When I put this line into a batch file, it doesn't work. Could you all, dear experts, please tell me how to write this batch file?
Also, how can I loop to change IPs (within a certain range)?
Can I change the MAC address using a batch file under XP without restarting?
Thank you, dear experts, and happy Mid-Autumn Festival!

