Nostalius Posted June 2, 2009 Posted June 2, 2009 (edited) Hello im new here At first sorry for my english Ok so... I have script like this: Run("notepad.exe") WinWaitActive("Notepad") Send("{ENTER}") I want it be like this: Run notepad, wait 20 seconds, Send Enter Any ideas? Cheers Edited June 2, 2009 by Nostalius
ofLight Posted June 2, 2009 Posted June 2, 2009 The autoIt Wait command is "Sleep", so it would be.... Run("notepad.exe") Sleep(20000) Send("{ENTER}") There is always a butthead in the crowd, no matter how hard one tries to keep them out.......Volly
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