what is the difference between these 2 languages :
www.autohotkey.com and
www.autoitscript.com ? More, it looks like Autohotkey devellopers : ©2003-2005 Chris Mallett, portions ©AutoIt Team
and AutoIt devellopers
©1999-2005 Jonathan Bennett & AutoIt Team are part of AutoIt Team.
the features look the same :
AutoHotkey is a free, open-source utility for Windows. With it, you can:
Automate almost anything by sending keystrokes and mouse clicks. You can write macros by hand or use the macro recorder.
Create hotkeys for keyboard, joystick, and mouse. Virtually any key, button, or combination can become a hotkey.
Expand abbreviations as you type them. For example, typing "btw" can automatically produce "by the way".
Create custom data entry forms, user interfaces, and menu bars. See GUI for details.
Remap keys and buttons on your keyboard, joystick, and mouse.
Run existing AutoIt v2 scripts and enhance them with new capabilities.
Convert any script into an EXE file that can be run on computers that don't have AutoHotkey installed.
versus AutoIt :
Execute Windows and DOS executables
Simulate key strokes (supports most keyboards layouts)
Simulate mouse movements and clicks
Move, resize and manipulate windows
Interact directly with "controls" on a window (set/get text, move, disable, etc.)
Work with the clipboard to cut/paste text items
Work with the registry
wouldn't it be easier to create 1 and same language ?