Krikov Posted July 11, 2005 Share Posted July 11, 2005 hello how can i rename a map network drive ? regards [topic="63488"][font="Arial"]Krikov Tray Quick Menu[/font][/topic] Link to comment Share on other sites More sharing options...
GaryFrost Posted July 11, 2005 Share Posted July 11, 2005 DriveMapDel( "device" ) DriveMapAdd( "device", "remote share" [, flags [, "user" [, "password"]]] ) SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference. Link to comment Share on other sites More sharing options...
CyberSlug Posted July 12, 2005 Share Posted July 12, 2005 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" AngeloHu 1 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now