rwnt Posted August 7, 2006 Posted August 7, 2006 How do I make it so that I can make autoit count, then send text to something like notepad? Lets say I want to type test123 to notepad. How do I make it continually type: test123 test124 test125 test126 and so on?
Daniel W. Posted August 7, 2006 Posted August 7, 2006 For $AA = 123 to 126 WinActivate("Notepad") ; Change this Send( "AutoIt" & $AA ) Next --------------------------------------------------------------------------------------------------------------------------------Scripts : _Encrypt UDF_UniquePCCode UDF MS like calculatorInstall programm *UPDATED* --------------------------------------------------------------------------------------------------------------------------------[quote name='Helge' post='213117' date='Jul 26 2006, 10:22 AM']Have you ever tried surfing the internet with a milk-carton ?This is similar to what you're trying to do.[/quote]
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now