The contents and mode of execution of the string by the system function (§4.10.4.5)
The system function executes an internal DOS command, or an EXE, COM, or BAT file from within a C program rather than from the command line.
It examines the COMSPEC environment variable to find the command interpreter, which is typically COMMAND.COM in DOS. The system function then passes the argument string to the command interpreter.