mIRC Home    About    Download    Register    News    Help

Print Thread
#91679 24/07/04 10:09 PM
Joined: Jun 2003
Posts: 92
K
k1ll3rz Offline OP
Babel fish
OP Offline
Babel fish
K
Joined: Jun 2003
Posts: 92
;Mp3Lister
alias mp3list {
did -r basicmp3 1
var %num 1
while (%num < $calc($findfile(%mp3dir,*.mp3,*) + 1)) {
did -a basicmp3 1 $remove($findfile(%mp3dir,*.mp3,%num),%mp3dir)
inc %num
}
}


this lists the mp3s but i want it to remove variable %mp3dir from the line. how do i do this? thanx

i done this b4 but cant seen to see wuts wrong now..


k1ll3rz
#91680 24/07/04 10:14 PM
Joined: Aug 2003
Posts: 1,831
I
Hoopy frood
Offline
Hoopy frood
I
Joined: Aug 2003
Posts: 1,831
;Mp3Lister
alias mp3list {

  • did -r basicmp3 1
    .echo -q $findfile(%mp3dir,*.mp3,0,did -a basicmp3 1 $nopath($1-))
}


Link Copied to Clipboard