You can setup a batch file to delete and re-map the connections which would make life easier perhaps?
net use x: /delete
net use y: /delete
net use z: /delete
net use x: \\server\share /persistent:yes
net use y: \\server\share /persistent:yes
net use z: \\server\share /persistent:yes
Replace x: y: and z: with your chosen drive letters and replace server and share with the relevant details. Save it as a batch file on the desktop then run the batch file and hey presto.