I am trying to remap a network drive. I want to change a mapping from:

\\server1\abc\def

to

\\server2\abc\def

Whilst I am able to do this using the USE command, when I remap the drive letter the description of the network drive shown on My Computer (Windows XP) still shows a connection to the old location. Even though a quick NET USE from the DOS prompt shows that the drive has mapped to the new location.

Is there a way to force the drive description to update? I am using the /F switch when executing the script.

Thanks in advance.