A new quick/small UDF.
#include-once
#include <AutoItConstants.au3>
#include <MsgBoxConstants.au3>
Global $RUN_WRAPPER_PID
Global Enum _
$RUNWRAPPER_ERR_SUCCESS, _
$RUNWRAPPER_ERR_GENERAL, _
$RUNWRAPPER_ERR_COUNTER
Global Enum _
$RUNWRAPPER_EXT_DEFAULT, _
$RUNWRAPPER_EXT_NOT_FINISHED_YET, _
$RUNWRAPPER_EXT_COUNTER
If Not @Compiled And @ScriptName = 'Run_Wrapper.au3' Then _Example_for_Ru