bobheart Posted June 2, 2004 Posted June 2, 2004 I can't seem to find the example like in the older autoit where you can open notepad and make it type words . someone show me how that is done with some code . Thank you .
scriptkitty Posted June 2, 2004 Posted June 2, 2004 Run("notepad.exe") WinWait("Untitled") send("Hello World") send("{enter}") sleep(2000) send("Hi there bobheart") AutoIt3, the MACGYVER Pocket Knife for computers.
Developers Jos Posted June 2, 2004 Developers Posted June 2, 2004 have a look in the "AutoIt3\Examples\English" directory... It contains 2 notepad examples... SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
bobheart Posted June 2, 2004 Author Posted June 2, 2004 have a look in the "AutoIt3\Examples\English" directory...It contains 2 notepad examples...Do you know the names of them as I have some many files in that folder now .Thank you .
Developers Jos Posted June 2, 2004 Developers Posted June 2, 2004 Do you know the names of them as I have some many files in that folder now .Thank you .notepad1.au3 & notepad2.au3 SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
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