Hi all,
I just added a line to my script and cannot figure why it does not work. The other ingroup works and it is identical to the new one I added.
The TRAKKER group works and it displays that you are a member of TRAKKER but it does not display the REALEC so it does not map. THe user is definetly in the REALEC group.

code:
if INGROUP("REALEC")
USE R: /delete /Persistent
use R: "\\FS1\REALEC"
? "Member of REALEC group"
endif
sleep 5

if INGROUP("TRAKKER")
USE L: /delete /Persistent
use L: "\\TK2\TRAKKER"
? "Member of Trakker group"
ENDIF
sleep 5

_________________________
Steve