I'm assuming you have Active Directory sites and services setup properly.

You could also do

 Code:
if @site = "District_1"
  	  
          Use "L:" '\\NAS\Users\District\D1' /Persistent
	  Use "X:" '\\FileServer\DigitalAudio\District1' /Persistent
	  Use "Y:" '\\FileServer\SavedAudio\District1' /Persistent
endif 


You could also do other stuff within the @site if needed. We have some specific site related items that are done at logon.. takes care of it pretty easy


Edited by cjutting (2011-10-17 11:09 PM)