Categories

Launch notepad

/**************************************
launch notepad C++ version
***************************************/
#include
#include

int main(void)
{

cout<<"Explorer will launch.n"< /*replace with the path to your explorer.exe*/
system(“h:\windows\explorer.exe”);

return 0;
}

No related posts.

Related posts brought to you by Yet Another Related Posts Plugin.

You must be logged in to post a comment.