Computer Hope

Microsoft => Microsoft Windows => Windows XP => Topic started by: Graham Hardy on September 20, 2004, 05:21:14 AM

Title: Renaming a drive mapping using batch file
Post by: Graham Hardy on September 20, 2004, 05:21:14 AM
I am trying to rename or specify the description of  a drive mapping in Windows explorer.  
eg. this is the batch file command to map the share, but how can i specify the name of the mapping when it appears in Win explorer.

net use s: \\server\scanned_docs\%username%

any help would be appreciated.

G