Saturday, October 8, 2011

Run CMD Commands Through C program

Here  is the required format of the C program;
#include<windows.h>

void main()
{
 system("cmd.exe /c <command> ");
}

No comments:

Post a Comment