mIRC Home    About    Download    Register    News    Help

Print Thread
#4540 02/01/03 04:06 PM
Joined: Jan 2003
Posts: 1
M
Mostly harmless
OP Offline
Mostly harmless
M
Joined: Jan 2003
Posts: 1
how do you make a .txt file of all your songs?

#4541 02/01/03 06:22 PM
Joined: Dec 2002
Posts: 164
M
Vogon poet
Offline
Vogon poet
M
Joined: Dec 2002
Posts: 164
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

Link Copied to Clipboard