What im trying to achive is mapping a network connection to the PDC as follows

If (InGroup("DIV_TRAIN") <> 0)
Use I: @lserver+"\TRAINING"
Use J: @lserver+"\TRAINDB"
;
$nul=WriteValue($HKCUSMWCVEUSF,"Personal","I:\","REG_SZ")
EndIf

I want to connect the I drive to the BDC which works fine but the J drive I want to connect to the PDC I have tried substituting @lserver with @Domain01 computername = domain name01 with no joy can this be done?

Thanks in advance...