Create a batch file for drive/print mapping
Results 1 to 2 of 2

Thread: Create a batch file for drive/print mapping

  1. #1
    Registered User
    Join Date
    Sep 2002
    Location
    Sent from somwhere in time and space
    Posts
    268

    Create a batch file for drive/print mapping

    Hi All,

    I would like to create a batch file that would map network drives and map printer shares so that when users log in to active directory, they will all have the same drive mapping and printers installed. I have done this much.

    Batch file created:

    NET USE P: \\SERVER\DATA
    NET USE Q: \\SERVER\APPS
    NET USE R: \\SERVER\BACKUP

    END

    #1) How do I add printer shares?

    #2) Where do I put this batch file so that it will run when a user logs in?

    Thanks in advance

  2. #2
    Driver Terrier NooNoo's Avatar
    Join Date
    Dec 2000
    Location
    UK
    Posts
    31,824
    The printers depend on how they are attached to the network... directly attached? A print server? Shared from a workstation?

    and this is where you put the file

    and here is more details on the scripts

Similar Threads

  1. Batch File Questions
    By Niclo Iste in forum DOS
    Replies: 5
    Last Post: May 8th, 2008, 07:31 PM
  2. Batch File Hell...
    By Master Frodo UK in forum Windows XP
    Replies: 4
    Last Post: August 30th, 2006, 08:44 AM
  3. [RESOLVED] batch file question
    By techie211 in forum DOS
    Replies: 5
    Last Post: October 5th, 2001, 01:28 PM
  4. batch file to format drive
    By Technichian in forum DOS
    Replies: 8
    Last Post: May 23rd, 2001, 09:14 AM
  5. more .bat file questions...
    By tablesalt in forum DOS
    Replies: 30
    Last Post: May 20th, 2001, 07:51 PM

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
  •