For files that are in your mIRC directory, you don't need to specify full path.

On *:connect:{
  • msg ns auth dallas
    .timer 0 37 .ctcp $!me ping
}

On *:text:*:#:{
  • if ($nick == tony) { splay soundfile.wav }
}