I better explain:
Have a group "company" you contain the groups of the users who are dependent, I have others groups not dependent users contain. For all the groups which users contain I do not have problems.
For the "company" group containing only other groups have the problem that not map the disk.
The groups containing other groups are not recognized with the ENUMGROUP function.
The INGROUP function seems not to recognize the groups contain only other groups.
If you want you can try. I used this scheme:

if ingroup ("company") ;This only contains groups and does not work
use L: /d
use L: "\\server\shares"
endif

if ingroup ("GroupUsers") ;This contains users and works
use M: /d
use M: "\\server\shares"
endif

Hope to have been clear and thanks 1000 for the support


Edited by xkenx (2005-04-20 04:33 PM)