Customer Help Portal
Drive !!top!!: Cmd Command To Map Network
@echo off echo Mapping network drives for user %username%... :: Delete existing connections to start clean net use * /delete /yes
net use /verbose To remove a specific mapped drive: cmd command to map network drive
net use Z: \\Server01\Projects /persistent:no To change the default behavior for all subsequent commands until you change it again: @echo off echo Mapping network drives for user %username%