[VxE]
Joined: 07 Oct 2006 Posts: 3254 Location: Simi Valley, CA
|
Posted: Sun Nov 22, 2009 4:52 am Post subject: |
|
|
If by 'requirements' you mean things like opening programs, logging in to the company VPN, downloading new emails, or displaying today's schedule, then yes, AHK can do that.
That being said, what AHK can't deliver are pre-made custom solutions at the whim of a hat. Don't bother with AHK unless you are prepared to put forth some effort towards learning the basics and trial & error.
However, AHK has one of the gentlest learning curves of any scripting/programming language I have learned. In fact, the only thing you need to learn to start using AHK is how to execute a script. The forums are full of scripts, such as macro recorders (which record, save, and play back the user's mouse clicks and keystrokes), that you can begin using right away. _________________ Ternary (a ? b : c) guide TSV Table Manipulation Library
Post code inside [code][/code] tags! |
|