I have tried till I'm bald and can't figure out how to open another program from within a program.
What I'm trying to do is to have my users click on "open" in the tab, then it opens "notebook.exe". I just haven't figured out how to do this. Any suggestions?
I've tried:
system(../../notebook.exe);
(don't recall the other ways I've done this. There are too many to list anyway)
but it doesn't work. Compiles without errors, but doesn't work.