[RESOLVED] How do you Map to a NT share in a Netware login Script
Results 1 to 4 of 4

Thread: [RESOLVED] How do you Map to a NT share in a Netware login Script

  1. #1
    JCShack
    Guest

    Resolved [RESOLVED] How do you Map to a NT share in a Netware login Script

    I am trying to figure out if mapping a NT Share in a Netware login script is even possible. Please let me know and tell me what needs to be done so this can happen.

    THanks
    SHane

  2. #2
    MacGyver
    Guest

    Post

    I'm not at all into NT, but I do know that you can call a command in a Novell login script by preceeding it with # like this:

    #\\id4\sys\public\nal.exe

    ------------------
    sHIFT hAPPENS

  3. #3
    Registered User
    Join Date
    Jul 2000
    Location
    Huntington Beach, CA, USA
    Posts
    1,515

    Post

    try:

    # map <follow with correct MS map functions>
    or create a batch file that does you mappings and call it from within your script

    # mappings.bat

    ------------------
    Death is lighter than a feather - duty heavier than a mountian.
    Death is lighter than a feather - duty heavier than a mountian.

    The answer to your question is: 00110100 00110010

  4. #4
    Registered User
    Join Date
    Jul 1999
    Location
    Pitman, NJ USA
    Posts
    568

    Post

    As long as you are logged into the NT domain BEFORE you log into the NDS tree, you can use the NET USE command in a login script by using the # before the command. If you're just attaching to workgroup resources, you can log into the NDS tree first.

    To use a network resource in a workgroup or domain from a login script, enter the following line into the login script:

    #net use g: \\server\sharename

    Where G is the drive letter you are mapping, server is the name of the server or workstation sharing the resource, and sharename is the name of the shared resource.

    This does work. I've used it at several clients. Hope this helps.

    ------------------
    R. Bret Walker, CNE
    (I'm not a Master Tech, but I play one on TV)

    Wondering what videos to rent this weekend? Check out The People's Reviews, movie reviews written for the people and by the people.
    R. Bret Walker, CNE
    (I'm not a Master Tech, but I play one on TV)

    Wondering what videos to rent this weekend? Check out The People's Reviews, movie reviews written for the people and by the people.

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
  •