Code Snippets C

#include
#include
#include
int main(void)
{
printf("Explorer will launch.\n");
system("h:\\windows\\explorer.exe");
return 0;
}