I assume ylou speak of MP3 songs.
Use this short alias which needs to be in the Remotes scection.
NOTE: Make sure you change the path to your mp3 files. (look for c:\mysongs )
Code:
 
alias mp3list {
  VAR %a = files $+ $ticks
  .comopen %a WScript.Shell
  IF (!$comerr) {  
    .comclose %a  $com(%a,Run,3,bstr,command /c dir c:\mysongs /a /s /b > d:\mysongs.txt,uint,0,bool,true) 
  }
}



DALnet: #HelpDesk, #mIRC, #MISHScript - Undernet: #mIRC, #mIRC-Scripts