Ok I put some debuging ito it and this user is a member of TRAKKER and STAT. watching the script run it does say she is a member of TRAKKER and that is all. It just maps that L and U for home share. Below is my debug code
if INGROUP("STAT")
USE I: /delete /Persistent
use I: "\\FS2\Apps"
? "Member of STAT group"
if @ERROR=0
? "The drive for STAT members was mapped successfully!"
else
? "There was an error mapping the APPS share. The error is: "+@SERROR
endif
else
? "This person is not in STAT group"
endif

sleep 10
endif [Eek!]
_________________________
Steve