The ScriptLog_Start() function starts logging scripts, writing the script log to the specified output file.
ScriptLog_Start(path)
• path – A string specifying the path and filename for the script log being written. The path must be in native format.
A boolean. The value true indicates the script log could be written, while the value false indicates it could not.