On our 2008 R2 servers we need to check the "Internet Protocol Version 6 (TCP/IPv6)" tick box. Can WinBatch do that "Without" sendkey commands? If so what command? Thank you.
Check out Roboscripter. It is a tool under the WinBatch folder on the Start menu. It can be used to generate the Control Manager script snippets you need to automate the UI. Basically it will generate the calls necessary to get the window handle to the Checkbox control an then call the cCheckBox function to do the deed.
Yes, RoboScript has saved my bacon before....I will give this a shot. Thanks.