/************************************** launch notepad ***************************************/ #include #include #include int main(void) { printf("Explorer will launch.\n"); /*replace with the path to your explorer.exe*/ system("h:\\windows\\explorer.exe"); return 0; }