That one looks nice..

i try figure out how it works, didn't look too advanced tho

thnx to all that helped out

; edit
It working, but i noticed one problem, if the label = null, then it only return "" , $qt($disk(%d).label) <- that part, how ever if i try change it the menu if f*ed up, or it wont return any labels for any disks, i tested add if ($qt($disk(%d).label) == $null) and also $iif($qt($disk(%d).label),$null) and no result, can someone explain to me how i would use the if statement in this code? i know i can remove quotas by remove $qt()..