It's been a long time since I used Netware, but I think the variable %GROUP_MEMBERSHIP should give you what you're looking for. So adding something like
WRITE "You're a member of the following groups..."
WRITE "%GROUP_MEMBERSHIP"
should give you a listing of the groups that the user is a member of.
It's been a long time since I used Netware, but I think the variable %GROUP_MEMBERSHIP should give you what you're looking for. So adding something like
should give you a listing of the groups that the user is a member of.