/**************************************
launch notepad C++ version
***************************************/
#include
#include
int main(void)
{
cout<<"Explorer will launch.n"<
system(“h:\windows\explorer.exe”);
return 0;
}
No related posts.
Related posts brought to you by Yet Another Related Posts Plugin.
























