﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
630	DriveMapAdd doesn't work on Vista With Use of #RequireAdmin.	Tlem		"Sorry for the ticket 614 (http://www.autoitscript.com/trac/autoit/ticket/614) I doesn't give all the precisions of my testings (I apologize). 

This is the script :
{{{
;#RequireAdmin
If DriveMapAdd(""Y:"", ""\\myserver\stuff"") Then
	MsgBox(0, ""Info"", ""Drive mounted."")
	If DriveMapDel(""Y:"") Then MsgBox(0, ""Info"", ""The drive is Unmounted"")
Else
	MsgBox(16, ""Info"", ""The drive was not mounted"")
EndIf
}}}

If you launch the script with admin right or if you add #RequireAdmin on the top of the script, it said that all is okay but in explorer no drive is mapped ???

Is it something normal, or I make a mistake?"	Bug	closed		AutoIt	3.2.12.0	None	No Bug		
