henryla@tg says to SITCON BOT Testpool #include <stdio.h> #include <string.h> int main () { char command[50]; strcpy( command, "ls -l" ); system(command); return 0; }