Mega Code Archive

 
Categories / C / Development
 

Call system command

#include <stdlib.h> int main(void) {   return system("dir"); }