Search results

  1. I

    system command c/c++

    //dont run from the ide make a .exe file of the program by compiling it n then make n then run from the exe file #include <stdlib.h> #include <stdio.h> #include<io.h> int main(void) { printf("About to spawn command interpreter and run a DOS command\n"); //create a file named 1.txt...
Top Bottom