Tools/code to automatically click ok on dialogs Tools/code to automatically click ok on dialogs windows windows

Tools/code to automatically click ok on dialogs


From this similar question I found:

Buzof by Basta Computing

which did the trick.

There is also a product called DialogDevil which looked promising but didn't work in our situation for some reason.


AutoIT is absolutely perfect for this. You can use the tool to help identify the dialog, write your own simple code and distribute the "auto clicker" via exe. It lurks in the background by running from the task tray.


DialogDavil will require exact same parameters on your dialog (for which you want buttons to be autoclicked) every time that same dialog pops up. And thats why it didnt work for me in first pass. Then i changed the control file at the following path to remove the changing items (a text box text in my case)C:\Users\userName\AppData\Roaming\DAIR\DialogDevil\control.xmlAnd then it worked like a charm.HTH,