Hello Friends, I m back after very long with very small program to open RUN using Cmd nd C programming:--
1. Using C Program
1. Using C Program
#include<iostream>
#include<stdlib.h>
using namespace std;
int main()
{
system("start c:\\WINDOWS\\system32\\rundll32.exe shell32.dll,#61");
return 0;
}
#include<stdlib.h>
using namespace std;
int main()
{
system("start c:\\WINDOWS\\system32\\rundll32.exe shell32.dll,#61");
return 0;
}
2. Using Cmg :-
It's nothing hi-fi like wifi just copy and paste this one line
start c:\\WINDOWS\\system32\\rundll32.exe shell32.dll,#61
No comments:
Post a Comment