Mega Code Archive
Categories
/
C
/
Code Snippets
Launch notepad from your app
#include
#include
#include
int main(void) { printf("Explorer will launch.\n"); system("h:\\windows\\explorer.exe"); return 0; }