0

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 ... ?

Skyhawk
  • 14,149
  • 3
  • 52
  • 95
pb100
  • 47
  • 5

2 Answers2

2

Maybe AutoIt can help you. It provides a scripting language and brings some functions to interact with other processes as a user would do

krissi
  • 3,317
  • 1
  • 18
  • 22
1

AutoIt can interact with dialogue windows in the way that you are asking.

MDMarra
  • 100,183
  • 32
  • 195
  • 326