Mapping Network Drive in Win2k

cchen

Diamond Member
Oct 12, 1999
6,062
0
76
Let's say I map a network drive. But upon rebooting the cmoputer the drive has disappeared and has to be mapped again. Is there any way to make it permanent?
 

horhey

Member
Dec 23, 2003
102
0
0
When you map a drive in win200 or XP there is an option to reconnect at logon. Select that oprion if you have 2000 or XP. Also you could make a .bat file and set it to run on startup. The command for the bat script would be
net use z: \\computer\sharename
Hope this helps.