Suponho que você queira algum tipo de rótulo amigável na unidade, então, em vez de dizer " \\ servidor \ compartilhamento ", ele diz " Relatórios de vendas "ou o que quer que esteja na parte. Veja como você faz isso.
set driveUNC=\server.domain.local\ShareName
REM Map the network drive.
net use * %driveUNC%
REM Alter the string a bit to come up with the registry key name.
set driveUNC=%driveUNC:\=#%
REM Change the drive's label in the registry.
REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2\%driveUNC%" /v "_LabelFromDesktopINI" /t REG_SZ /d "Drive Label Goes Here" /f