Jump to content

Screensaver and autoit script


 Share

Recommended Posts

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?.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...