One Question
Results 1 to 5 of 5

Thread: One Question

  1. #1
    Registered User
    Join Date
    Dec 2000
    Location
    UK
    Posts
    253

    Question One Question

    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?

  2. #2
    Registered User shamus's Avatar
    Join Date
    Apr 2001
    Location
    Cornish,Maine,USA
    Posts
    3,140

    Post

    I believe you need to give each user read\write rights to their specific folder.

  3. #3
    Registered User
    Join Date
    Apr 2001
    Location
    Winnipeg, Manitoba Canada
    Posts
    106

    Post

    Easy. In the login script, use the map command:

    Eg: map s:=server_name:\volume\directory

  4. #4
    Registered User MacGyver's Avatar
    Join Date
    Oct 2000
    Location
    Ottawa
    Posts
    4,232

    Post

    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.

  5. #5
    Registered User shamus's Avatar
    Join Date
    Apr 2001
    Location
    Cornish,Maine,USA
    Posts
    3,140

    Unhappy

    sorry Windowscrash..vapor lock on my part. I was thinking about sharing not mapping...

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •