owikh84 Posted October 21, 2006 Posted October 21, 2006 Anyone have working script for Winamp 5.30 Pro?
Gondus Posted October 21, 2006 Posted October 21, 2006 Dont think this should be in support -----------Current Programming Language Status:Beginner: J#, Ruby Intermediate: Autoit, Java, C#, C++Advanced: Basic, Visual Basic, Fortran
owikh84 Posted October 21, 2006 Author Posted October 21, 2006 Dont think this should be in supportThen mod pls move this thread to the correct forum. thx alot. sorry for any inconvenience.
Valik Posted October 21, 2006 Posted October 21, 2006 There is no proper forum for beggars. And I like how you're specific, too. A script for WinAmp to do what exactly? Close it? Open it? Control it? Work around an annoying bug or limitation? There are dozens of reasons for a script to exist for WinAmp.
Gondus Posted October 21, 2006 Posted October 21, 2006 You could also search the forum. I believe a few people already made scripts for winamp. -----------Current Programming Language Status:Beginner: J#, Ruby Intermediate: Autoit, Java, C#, C++Advanced: Basic, Visual Basic, Fortran
owikh84 Posted October 21, 2006 Author Posted October 21, 2006 There is no proper forum for beggars. And I like how you're specific, too. A script for WinAmp to do what exactly? Close it? Open it? Control it? Work around an annoying bug or limitation? There are dozens of reasons for a script to exist for WinAmp.Installation script. sorry I can't find it. pls help. thx!
PaulIA Posted October 21, 2006 Posted October 21, 2006 A better place to look for installation scripts is on the MSFN site. Auto3Lib: A library of over 1200 functions for AutoIt
renox Posted October 21, 2006 Posted October 21, 2006 Hey,I needed exactly the same script as you! You should follow the instructions given at MSFN and instead of using their .au3 script use the following:Opt("WinWaitDelay",100) Opt("WinTitleMatchMode",4) Opt("WinDetectHiddenText",1) Opt("MouseCoordMode",0) Run('winamp53_pro.exe') WinWait("Winamp Setup ","") If Not WinActive("Winamp Setup ","") Then WinActivate("Winamp Setup ","") WinWaitActive("Winamp Setup ","") Send("{ENTER}{TAB}{DOWN}{SPACE}{ENTER}{ENTER}{ENTER}{ENTER}{DOWN}{DOWN}{ENTER}{RIGHT}{ENTER}") WinWait("Player Window","") If Not WinActive("Player Window","") Then WinActivate("Player Window","") WinWaitActive("Player Window","") Send("{ALTDOWN}{F4}{ALTUP}")Good luck
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