Having INGROUP problems also. Just effects certain users who are on a different network segment. When they logon to a PC within same segment as PDC/BDC INGROUP functions properly.This behavior exists regardless of whether the user is a member of the GLOBAL Development group or not (tested for membership in another group which also failed). If I run the script, after logging in, at a DOS prompt, the correct mappings are set for the Development group.
All users are running Win95
All users are within the same domain
The domain name matches the workgroup name for all users
The users within the Development group are on another network segment than the other users.
Users in the development group get the correct mappings when they log on a PC within the same segment as the domain controllers.
I used the debug switch (/d) to step thru script - nothing unusual except INGROUP failed where it should not.
if INGROUP("Development") = 0
use h: "\\ny-prod-nt\oralce
else
use h: "\\ntbrokdev\oracle"
endif
Any suggestions?