Quote:
Originally Posted by AlexBrinister
You could just write a batch script for that.
Code:
netsh interface ip set address "<interface name>" static <addr> <netmask> <gateway>
netsh interface ip set dns "<interface name>" static <dns_addr>
Make a file called robotIp.bat and run as Admin
Alex Brinister
|
this .exe do that, without edit the batch script