I have a logon bat script which maps letters to shares on our server. All users current get these mappings since the batch file simply uses a series of "Net use" Commands. Now I need to add a mapping that will apply to users that are in a certain group. I have heard of the "ismember" function but how is it used in this context in a simple batch file? Do I have to use WSH or vbscripting or can I work with the simple batch file I am using now?
Thanks for any help.
Thanks for any help.