Launching Windows Explorer - C

Windows Explorer

Snippet Code


  
Rate this page :
  [ 0 votes]

#include <stdio.h> #include <windows.h> #include <conio.h> int main(void) { printf(<q>Explorer will launch.n</q>); system(<q>c:\windows\explorer.exe</q>); return 0; } Output: ====== Explorer will launch.

Tags


Ask Questions

Ask Question