Easypt

callShellCommand

..Root.system.callShellCommand

deprecated Calls the operating system’s command processor with concatenation of given parameters (cmd.exe).

Child of:

system

Signatures:

NativeCallable, Callable

Example:

import("system");

system.callShellCommand("cd");

Possible output:

C:\Easypt