Here is my actual scritp (part of).....i would like to know how to convert my variable %server so that it would represent all my DC instead of a single server. is it possible ????


CASE InGroup("SPTS.USR")
SETCONSOLE("HIDE")
$Server="\\SSPTSADM01\"
$Msgtext = "Welcome to the network "+@fullname+" ... "+CHR(10)+
"You are connecting to the "+@ldomain+" domain"+CHR(10)+
"using the "+$Server+" server ..."+CHR(10)+
"Please wait while your environment is configured ..."
MESSAGEBOX($Msgtext,"KiXtart",64,3)
$Maplocal=$Server+"SCRIPT$\Local.kix"
CALL $Maplocal
COOKIE1
exit