callShellCommand..Root.system.callShellCommanddeprecated Calls the operating system’s command processor with concatenation of given parameters (cmd.exe).
Parameters: any number of String
Return value: reference to this function
NativeCallable, Callable
import("system");
system.callShellCommand("cd");
C:\Easypt