shellInterface
..Root.system.shellInterface
Calls the operating system’s command processor.
popen
powershell
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
popen
powershell -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