This might help with the code above, but I doubt its going to help with the speed.

untested
 Code:
for $i= 1 to 12
  if InGroup ('Domain\D' + $i + '_Employee','Domain\D' + $i + '_Super')
    Use "L:" '\\NAS\Users\District\D' + $i 
    Use "X:" '\\FileServer\DigitalAudio\District' + $i
    Use "Y:" '\\FileServer\SavedAudio\District' + $i
  endif
next


Edited by Allen (2011-10-18 12:58 AM)