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,200
  • 4
  • 53
  • 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,387
  • 1
  • 19
  • 22
1

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

MDMarra
  • 100,734
  • 32
  • 197
  • 329