Linux.com

Autoit is a better solution

Posted by: Anonymous Coward on January 16, 2006 10:20 PM
AutoIt can:
Provide a general-purpose scripting language for all Windows versions
Simulate keystrokes (supports most keyboard layouts)
Simulate mouse movements and clicks
Move, resize and manipulate windows
Interact directly with "controls" on a window (set/get text from edit controls, check boxes and radio buttons, select items in drop-down lists, etc.)
Create complex user interfaces (GUIs)
Work with the clipboard to cut/paste text items
Provide a scriptable RunAs function for Windows 2000/XP/2003

see <a href="http://www.autoitscript.com/" title="autoitscript.com">http://www.autoitscript.com/</a autoitscript.com>

It is freeware, but no source code. The next version should add support for TCP

#

Return to Automating Windows with Autohotkey