Quote Originally Posted by muffinman8641 View Post
I (finally!) learned that you can use system("C:\\blah\\blah\\blah\\something.exe") to open a file; how can I turn that blah blah blah into a root folder? I need the program to open stuff in a folder that will be in my teacher's drop box for a school project.
I'm not sure what you are asking.
It sounds like you are asking for Console/DOS commands, but, I'm not sure what you mean.
If that is the case, then that really has nothing to do with C++.

If I'm wrong, then: "\\blahblah\\" is the exact path to whatever folder or directory and file you are looking for.
Do you know the filename you are looking for and its path from the "root" ?
ie: "C:\myfolder\myfile.exe"