Exécuter une commande Shell à l’aide ‘system’ December 23, 2012 Author: user {filelink=13225} /* #include int system ( const char *s ); */ #include #include int main(void) { printf("%s",system("dir")); return 0; } Categories: Uncategorized