Curt: as you mentioned skrommel's version didn't work with media player minimized, I thought you were able to use it in ahk form.
I can't modify skrommel's version to use winamp, but if you change the shortcut for "next" in winamp to ctrl+alt+shift+n (options -> preferences -> global hotkeys: select "enable", and select action as "playback : next in playlist", then select the "hotkey" box and press ctrl+alt+shift+n, and then press "add"), the following will work:
loop
{
sleep,10000
send,^!+n
}
(compiled version attached to this post)
PS: sorry for not finding a simpler solution for this
