OK I know I can do this with a batch file but can i use the following dos command with a button?
@netsh interface ip set address "Local Area Connection" static 192.168.1.2 255.255.255.0 192.168.1.1 1
I really want to make three input boxes so I can set ip details, ie ip address, netmask and gateway - then press a button to change my network card details.
Can I do this with apms or will I just need to use dos to do it? thanks.

