we have Windows Server 2003 with some native (window-based) applications. We need to repeat several times the same action (writing some numbers in dialogs and clicking some buttons). Is there any application/scripting language which will allow me to simulate those mouse clicking and writing (different) data into window dialogs ? Something which will automatize all those boring actions ... ?
Maybe AutoIt can help you. It provides a scripting language and brings some functions to interact with other processes as a user would do
AutoIt can interact with dialogue windows in the way that you are asking.