Kathy,

Did you create Local Groups in User Manager/Active Directory Users and Computers? As I remember it, it is necessary for Group Detection in Win9x. In other words the Domain Admins Local is a "member" of Domain Admins.

For example..

code:
 IF @inwin = 1
IF INGROUP("Domain Admins")
DISPLAY "\Admins.txt"
ELSE
DISPLAY "\Users.txt"
ENDIF
SLEEP 3
ELSE
IF INGROUP("Domain Admins Local")
DISPLAY "\Admins.txt"
ELSE
DISPLAY "\Users.txt"
ENDIF
SLEEP 3
ENDIF

HTH,

Kent
_________________________
Utilize these resources:
UDFs (Full List)
KiXtart FAQ & How to's