SyntaxFix
Write A Post
Hire A Developer
Questions
Try this:
#include <windows.h> int main () { system ("start notepad.exe") // As an example. Change [notepad] to any executable file // return 0 ; }