﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
317	"ShellExecute/ShellExecuteRun verb-keyword ""run"" missing in helpfile."	Hubertus72		"When running this script in SciTE (F5), it works OK.
When omiting the ""run"" keyword in the ShellExecute statement, 
the ""second instance"" message will not occour, but the SciTE window overlays the first message. This means, that the script was again edited by the ShellExecute. It should be mentioned in the help file, that the ""run"" verb can be used to force the execution of a script.
{{{
#include ""Misc.au3""
If _Singleton(@ScriptName, 1) = 0 Then Exit MsgBox(0, """",""Second instance"")
ShellExecute(@ScriptFullPath, """", """", ""run"")
MsgBox(0, ""First instance"", ""First instance"")
}}}
"	Bug	closed		AutoIt	3.2.12.0	None	No Bug	"ShellExecute keyword ""run"" missing helpfile"	
