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