Jump to content

Rename Map Network Drive


Recommended Posts

If you mean the name of the drive shown in "My Computer", try my script based on the info at http://hacks.oreilly.com/pub/h/1105

The following code requires the beta version of AutoIt that has Object/COM support:

$driveLetter = "X:"
DriveMapAdd($driveLetter, "\\SERVER\SHARE")

$oShell = ObjCreate("shell.application")
$oShell.NameSpace($driveLetter).Self.Name = "New name goes here"
Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...