Repository
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
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment