Calls an external script program with parameters, and places the return value into a usable script variable. This would allow advanced scripts without any additional scripting power in RAT itself.
Something of the nature :
CONDITION:
LAUNCH: <external.exe> {0} {1} etc
SCRIPT {return_data}...