system/1¶
"system(+ S" )
Passes command S to the Bourne shell (on UNIX environments) or the current command interpreter in WIN32 environments.
Note that it executes them command as a detached process. It requires system
to be implemented by the system library.