This is the entire login script... names changed to protect the innocent:

Code:

SetConsole ("HIDE")
CLS

If InGroup ("MAHQ")
Use H: "\\xxxxx\@userid$"
? "HQ Employee"
EndIf

If InGroup ("Domain Admins")
Use I: "\\xxxxx\software"
EndIf


CLS

SET "PATH=%PATH%;H:\Lotus\Notes"


; END OF GROUP MAPPINGS
Exit