Opening files

Is it possible to open explorer.exe in C++ If so, how.


Answer this question

Opening files

  • BURK

    Use the system functions. E.g. system (notepad.exe) should open notepad.exe. for more details, search for the system method on msdn.microsoft.com

    Thanks,
    Ayman Shoukry
    VC++ Team


  • Opening files