pete1234 Posted February 12, 2008 Posted February 12, 2008 so i'm attempting to create an unattended version of winamp that will install a few skins and set one of them to default. i've gotten this done with no problem, but after you go through the setup screens winamp launches, and if you have/had an ipod or something attached you'll get a prompt about managing the mp3 player through winamp. i'd like to have the script click no if this window pops up, but i can't figure out how to do it. this is what i have so far: ; Portable player If WinActive("Winamp Portable Music Player Support","Winamp") Then ControlClick("Winamp Portable Music Player Support","Button2") EndIf any ideas as to what i'm doing wrong? thanks in advance.
FreeFry Posted February 12, 2008 Posted February 12, 2008 I guess you could do a WinWait with a timeout of.. say 3-5 seconds to handle it.
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