﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1931	DoFile	Manadar		"Dynamically execute code inside a file. Where as #include is static at compile time. DoFile is dynamic at run time. This allows for very simple plugin architecture in AutoIt.

{{{
$search = FileFindFirstFile(""plugins\*.*"")  

While 1
    $file = FileFindNextFile($search) 
    If @error Then ExitLoop
    
    DoFile($file)
WEnd
}}}"	Feature Request	closed		AutoIt		None	Rejected	DoFile, dynamic, include	
