mIRC Home    About    Download    Register    News    Help

Print Thread
#34647 07/07/03 12:22 PM
Joined: May 2003
Posts: 2,265
P
pheonix Offline OP
Hoopy frood
OP Offline
Hoopy frood
P
Joined: May 2003
Posts: 2,265
alias mp3 {
/window -abel -tnms @mp3
}
menu @mp3 {
Load Mp3's: $findfile($mp3.dir,*.mp3,0,/aline 12 @mp3 $nopath($1-))
}
alias mp3.dir {
return $+(C:\Documents and Settings\MAT\My Documents\mats folder\My Music\)
}

that doesnt make a listbox or add the mp3's at all it just says:
* /aline invalid window
any help gr8ly appreciated smile


new username: tidy_trax
#34648 07/07/03 12:29 PM
Joined: May 2003
Posts: 215
Fjord artisan
Offline
Fjord artisan
Joined: May 2003
Posts: 215
You don't need the color code for the aline command, just the color number: /aline 12 @mp3 $nopath($1-)

Also, you should change your $mp3.dir alias to: $+(",<folder>,")


- Jason
#34649 07/07/03 12:50 PM
Joined: May 2003
Posts: 2,265
P
pheonix Offline OP
Hoopy frood
OP Offline
Hoopy frood
P
Joined: May 2003
Posts: 2,265
thanx grin


new username: tidy_trax

Link Copied to Clipboard