I need to automate the pressing of the key then pressing 5 digits then press in Windows 7 64-bit. I have an app that comes up on the screen and I need the "script" to press the keys. I don't even need mouse support. What can I use to do this? Any examples or links?

link|improve this question

feedback

migrated from stackoverflow.com Mar 20 '11 at 6:17

This question came from our site for professional and enthusiast programmers.

2 Answers

up vote 1 down vote accepted

I suggest Autohotkey, it is more popular and it provides very simple script writing style. There are 64 bit version too, therefore you can find a lot of useful scripts in Autohotkey.

www.autohotkey.com

link|improve this answer
feedback

I would look at AutoIt first. Probably that's all you'll need.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.