I have got a few users set up and have given them each a file for docs and stuff. How do I map this folder to a drive when they log on? :confused:
Printable View
I have got a few users set up and have given them each a file for docs and stuff. How do I map this folder to a drive when they log on? :confused:
I believe you need to give each user read\write rights to their specific folder.
Easy. In the login script, use the map command:
Eg: map s:=server_name:\volume\directory
Actually, you're better off using the command syntax:
map root j:=\\servername\volume\directory\
The root switch will make the mapped directory seem like it is the root directory of that drive letter. Easier for users to understand, because it appears as just another "hard disk" to them.
sorry Windowscrash..vapor lock on my part. I was thinking about sharing not mapping...