hello,

i have a script for mapping network shares, but can i rename the shares, so that i show another name. i donīt want to use \\server\share, i want that it displays the name instead of \\server\share.
in vbs i can make this with the following:

MapDrive "M:", "\\svr1\data", "data" and the user has an m-drive with the label "data" and not "\\svr1\data"


is that possible?

with kind regards,

sebastian