Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Renaming a drive mapping using batch file  (Read 7159 times)

0 Members and 1 Guest are viewing this topic.

Graham Hardy

  • Guest
Renaming a drive mapping using batch file
« 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