you need to anyhow spell every groupname in your scripts.
if you are using kix 2001 it can be done like this:

code:

$groups = aaaINL,adcINL,1dsINL ;and so on
for each $group in $groups
if ingroup("$group")
use x: "\\server\"+substr("$group",1,3)
endif
next

it's been a while for me (6months) when I last have been scripting with arrays, but something like this should work.
so for every group, you only need to add the groupname to the end of the groups-array.

hope this helpes.

_________________________
!

download KiXnet