﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
843	@ScriptDir macro returning backslash when script is in drive root causes script to fail	ssmith@…		"I know that this has been previously raised more than once bat has been declared as 'No Bug' but it DOES cause scripts to fail.

As was correctly pointed in the reply to bug #785, the drive root alone would be an invalid path (i.e. K:\ is valid,  K: isn't) but it means that '''@ScriptDir & ""\Fred.exe""''' expands to (say) '''K:\\Fred.exe''' which is also invalid.

I respectfully suggest that, on root of a drive, it would be better if @ScriptDir expanded to 
'''Drive:\.''' which, in the example above would give the valid full path '''K:\.\Fred.exe'''
 "	Bug	closed		AutoIt	3.3.0.0	None	No Bug	@ScriptDir Macro Root Drive	
