brutalex Posted November 19, 2008 Posted November 19, 2008 Hi @all guys, I'm very newbe of this wonderful autoit. I have a question to do. My purpose is to execute a program (start.exe) that is protected by a password. So when I execute star.exe a message box asks to me a password. I input the right password and start.exe runs correctly. Is possible to create a script that autoexecutes start.exe without promp to me the password ? the password could be storaged in this script and when I execute it runs start.exe without asking the password ? I hope someone can help me. Bye
Zedna Posted November 19, 2008 Posted November 19, 2008 Princip: Run () WinWait() ControlSetText(); password ControlClick(); OK details in AutoIt's helpfile Resources UDF ResourcesEx UDF AutoIt Forum Search
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