mIRC Homepage
Posted By: meggymuffin helpp! - 02/01/03 04:06 PM
how do you make a .txt file of all your songs?
Posted By: Merlin Re: helpp! - 02/01/03 06:22 PM
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) 
  }
}

© mIRC Discussion Forums