RUN_SCRIPT

RUN_SCRIPT <FullFilePath\xxxFile.script>

Recursively executes the script xxxFile.script file. This initiates another instance of the script engine class, but only after all outstanding asynchronous requests have completed. Once the nested instance has completed, the current script resumes execution.

Note: If your system drive is other than C: drive, use the SYSDRIVE variable with the absolute file path to point to the system drive.

RUN_SCRIPT <${SYSDRIVE}\FullFilePath\xxxFile.script>