This function executes a string of text instead of a file.
ExecuteString(source)
source (String): script code to executeReturns true if the string was successfully executed, otherwise false is returned.
-- Assume required libraries are already imported
ExecuteString("Notify('Hello!')")