Jump to content

Enter the password file automatically.


Recommended Posts

Hanging in the password file, autoit automatically entered in the password and would like to proceed.

The exact steps used ControlSetText command?

ps) sorry, did not know English translation

1.Au3info.exe -> password.exe -> lock. (Passwords in a file calls.)

2.Au3info.exe -> Au3info_p.exe (Change the file name)

3.run Au3info_p.exe => password(1111) =>

Run(@ScriptDir & "\Au3Info_p.exe")

WinWait("[CLASS:Au3info]")

ControlSetText("[CLASS:Au3info]"", "", "Enter password", "1111")

Edited by cyberhat
Link to comment
Share on other sites

Has been fixed.

Opt("WinTitleMatchMode", 4)

ShellExecute(@ScriptDir & "\Au3Info.exe")

WinWait("Enter Password","")

ControlFocus("Enter Password","","Edit1")

ControlSetText("Enter Password","","Edit1", "1111")

Exit

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