renaming mapped drive

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there any way how to rename the mapped drive form command line (created by
comand for instance net use i: \\server\dir)?

Command LABEL does not work.

Thanks.
 
Please try the following. Taking I: as the already mapped drive and new
drive as N:

"subst n: i:\"

Hope this helps
 
Back
Top