FlamingClaw Posted December 15, 2008 Posted December 15, 2008 I wanna install my TotalCommander program automatically,but the send("!n") as ALT+n(on the &Next button)didn't work....why? Someone could tell me?
Trait Posted December 15, 2008 Posted December 15, 2008 Did you try sending that command to a notepad to see if it came through as a normal letter, or is it just not sending ANYTHING at all?
au3scr Posted December 15, 2008 Posted December 15, 2008 Try activate window 1-st After your script executed *.exe file it mustwait until window is active or it sends keys in wrong window WinWaitActive ( "title" ) and then you can use ControlClick ( "title", "text", controlID ) Title you can see from window title, text you can read from button you want to click andfor id you have to use "Autoit window info" thet you will find from startmenu so 3 commands to make your script: Run ; WinActive ; ControlClick;
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