View Single Post
  #2  
Old 01-05-2006, 02:46 AM
Badata
 
Posts: n/a
Default Re: Mapped network drives Not connecting at logon

Use a batch file on each machine with the following line for each
mapped drive letter used.
Net Use drive letter \\computername\sharename
example: Net Use F: \\server\garagekeeper
This will set the mapping each time the machine start.

Reply With Quote