Les:

Here are examples of the .INI files that I am using for drive and printer mappings:
code:
; Mandatory printer connections for users
;
; Format:
;
;[Printer name]
;Printserver = Name of the printserver
;GroupInclude = User groups to be included in the printer connection
;Model = Model of the printer

[BAMA]
Printserver=MYOSIN
GroupInclude=MUL Members, MUL Administrators
Model=HP DeskJet 932C

code:
; Mandatory drive shares for users
;
; Format:
;
;[Drive letter]
;UNC = UNC name of the drive share
;GroupInclude = User groups to be included in the drive share
;CompExclude = Computers to be excluded from the drive share (overrides GroupInclude)
;UserInclude = Users to be included in the drive share (overrides CompExclude)
;NetworkType = Type of network connection allowed for this share (LOCAL, LAN, VPN, DIALUP)
;DenyGuestAccess = True if guests are not allowed to access this share

[L]
UNC=\\NMRC2\filesharezone
GroupInclude=Domain Users, Domain Admins
CompExclude=JUKEBOX, NMRCEXCHANGE, WEBSTER
NetworkType=LOCAL, LAN, VPN, DIALUP

_________________________
There are two types of vessels, submarines and targets.