View Single Post
  #3   Spotlight this post!  
Unread 24-02-2014, 19:23
Cbastias4966 Cbastias4966 is offline
Registered User
FRC #4966
 
Join Date: Jan 2014
Location: Chile
Posts: 6
Cbastias4966 is an unknown quantity at this point
Re: automatic IP FRC team changer by:CFR #4966

Quote:
Originally Posted by AlexBrinister View Post
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