does anyone know how whilefix.dll is to be used ? is there a certain code i needa use or just put it in my dll folder or wut? thanx for helping.

heres one of my while loops:

alias create.playlist.mp3 {
write -c Remotes\mp3.txt
var %num 1
while (%num < $calc($findfile(%mp3dir,*.mp3,*) + 1)) {
write Remotes\mp3.txt $remove($findfile(%mp3dir,*.mp3,%num),%mp3dir)
inc %num
}
}


Last edited by k1ll3rz; 24/01/05 07:58 AM.

k1ll3rz