C > Code Snippets
Launch notepad from your app
Launch notepad from your app #include
#include
#include
int main(void) { printf("Explorer will launch.\n"); system("h:\\windows\\explorer.exe"); return 0; }
C Codes
Beginners
C on Unix
Code Snippets
Data Structures
File Operations
Games Graphics
Gnu-Linux
Hardware
Mathematics
Miscellaneous
Small Programs
Sorting