system command

Runs a system command.

Syntax

[: | !] system-command

Arguments

system-command
Specifies any valid system command. The prefix (: or !) is required only when a command name has the same spelling as a conman command.

Examples

To run a ps command in UNIX®, run the following command:
ps -ef
To run a dir command in Windows®, run the following command:
dir \bin