how to check a box?

Started by jkjk12, November 05, 2014, 01:20:51 PM

Previous topic - Next topic

jkjk12

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. 

td

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.
"No one who sees a peregrine falcon fly can ever forget the beauty and thrill of that flight."
  - Dr. Tom Cade

jkjk12

Yes, RoboScript has saved my bacon before....I will give this a shot.  Thanks.