WinBatch® Technical Support Forum

All Things WinBatch => WinBatch => Topic started by: jkjk12 on November 05, 2014, 01:20:51 PM

Title: how to check a box?
Post by: jkjk12 on November 05, 2014, 01:20:51 PM
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. 
Title: Re: how to check a box?
Post by: td on November 06, 2014, 06:46:56 AM
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.
Title: Re: how to check a box?
Post by: jkjk12 on November 06, 2014, 07:45:35 AM
Yes, RoboScript has saved my bacon before....I will give this a shot.  Thanks.