I appreciate the help but since I'm an idiot I cannot get neither SET, SETM or SETL to work in Win2k nor Win9x.
Can you please, please, PLEASE spell this out for me.

Here is the login script, drives map fine but I NEED to have a path statement added to H: because of the horrible way the Novell administrator set things up.

---------------------------------
SetConsole ("HIDE")
CLS

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

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

CLS

SETM "Path=H:\Lotus\Notes\"

; END OF GROUP MAPPINGS
Exit






Edited by Sean_M (2004-02-17 05:10 PM)