Jump to content

[Req] Winamp 5.30 Pro


owikh84
 Share

Recommended Posts

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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!

Link to comment
Share on other sites

Hey,

I needed exactly the same script as you! :lmao:

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

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