Saturday 23 January 2016

Oen RUN dialogue box Using CMD and C programming

Hello Friends, I m back after very long with very small program to open RUN using Cmd nd C programming:--
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;
}

 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

How to install google-chrome in redhat without redhat subscription

Install google-chrome in redhat  Download the .rpm file of chrome https://www.google.com/chrome/thank-you.html?installdataindex=empty&st...