manmoncang Posted June 29, 2006 Posted June 29, 2006 (edited) I have a .exe file which protected by password (download here the file in .zip. Please extract it). I want autoit program to open this exe file. The password is abc123.Anybody can help me? Edited June 29, 2006 by manmoncang
jvanegmond Posted June 29, 2006 Posted June 29, 2006 Well... Just: $Hwnd = Run("File") WinActivate($Hwnd) Send("abc123") github.com/jvanegmond
w0uter Posted June 29, 2006 Posted June 29, 2006 Run returns a PID silly. My UDF's:;mem stuff_Mem;ftp stuff_FTP ( OLD );inet stuff_INetGetSource ( OLD )_INetGetImage _INetBrowse ( Collection )_EncodeUrl_NetStat_Google;random stuff_iPixelSearch_DiceRoll
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