Next: , Previous: , Up: C library functions   [Index]


system

system Function

#include <stdlib.h>

String new commandLine;

commandLine = "ls -lR";

system (commandLine);