I wrote a script, looks like this:

Code:
on 1:FILERCVD:*.*: { /splay -p E:\Programme\Internet\mIRC\DC.mp3 }


but it doesn't play the sound. but if I convert the mp3 to wav and rewrite the script to look like this:

Code:
on 1:FILERCVD:*.*: { /splay -w E:\Programme\Internet\mIRC\DC.wav }


then it works all right.

What I also wanted to ask is why there isn't an option in the sound options to play a sound when a download is finished? cause if there were one I wouldn't have to write my own script for this event.

Last edited by WRFan; 26/11/03 03:51 AM.