This is my first post...
I am trying to use Send to enter information into a Command Prompt for IP switching. I am currently using batch files and would like to use AutoIT so I can compile it to an executable so people won't be able to edit it.
Here is an example of what I am looking to do.
Run("cmd")
Sleep(500)
Send("netsh interface ip set address "Local Area Connection" static xxx.xxx.xxx ect.")
(Following the word Static would be the IP, Subnet, etc.)
Thanks for any help on this.