rjmccorkle
Programmer
I am trying to write a generic Login Script in Netware 5.1 so that users in a certain group will login to a second tree. I have tried using the %CN variable with the TREE command but can't get it to work. Example:
TREE TREE_NAME/.%CN.SERVER.CONTEXT
My goal is to make it so they don't have to type in their username for the second tree.
I also can't get this to work:
IF MEMBER OF group_name THEN
That generates a "This utility could not interpret the line."
Thanks for any help.
Bob
TREE TREE_NAME/.%CN.SERVER.CONTEXT
My goal is to make it so they don't have to type in their username for the second tree.
I also can't get this to work:
IF MEMBER OF group_name THEN
That generates a "This utility could not interpret the line."
Thanks for any help.
Bob