shellInterface..Root.system.shellInterfaceCalls the operating system’s command processor.
popenpowershell process with -nologo option and pipes command to itReplaces ${n} tokens with n-th argument of function.
Parameters: String pattern, any number of Basic
Return value: new String
popenpowershell -nologo excluding lines consisting of whitespaces only and powershell prompt lines (marked internally with <PS_PROMPT_TOKEN> token)NativeCallable, Callable
import("system");
system.shellInterface("echo ${1}", "ABC");
ABC