Thank you Dr.O for going out of your way and programming that in for me. Though I must say this is proving more difficult then I had originally anticipated.
It seems that while Winamp is loading, it will not parse any commands, so the configuration below will not work.
play.bat
wacommand /start
<needs to be a delay here, batches don't have delays, least I don't know of any>
wacommand /clear
wacommand /load test.m3u
wacommand /play
How does anyone get any of these Command Prompt plugins to work through batch files? Any help would be appriciated as all I want to do is the following...
Load up Winamp
Clear Current Play List
Load Playlist
Play
...all by running 1 batch file (though I don't care how many batches that 1 batch has to call)
|