Laltuve Posted June 11, 2009 Posted June 11, 2009 i've got an autoit script to only put a password in my lotus notes mail and then hit an enter key. it works correctly when I run it manually , but if I run script programing it at 6 am the script can't put the password and it remains waiting. this is my script: WinWait("Lotus Notes","") If Not WinActive("Lotus Notes","") Then WinActivate("Lotus Notes","") WinWaitActive("Lotus Notes","") Send("passwordaqui{Enter}") EXIT I really don't know why autoit can not activate it when screensaver is active, could you help me?.
Valuater Posted June 11, 2009 Posted June 11, 2009 New one to me... I would try MouseMove() or Send("{SPACE}") and a small Sleep() before your code 8)
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