Executable Shows File Location

So I'm still pretty new to C++ and I'm still doing the majority of my work in the DOS window. I'm using Visual C++ 2010 Express, and I used release mode and created an exe. The weird thing here is when I run the exe off of my computer, instead of showing the name of the exe it shows the file location (C:Users etc.). How can I change this? And, while we're on this subject, how can I edit the publishing information (such as publisher) in Visual C++ Express?
Surprised someone hasn't replied back with system(title "title") Something like that, I don't even know it.

SetConsoleTitle("Title");
http://msdn.microsoft.com/en-us/library/ms686050%28v=vs.85%29.aspx
Last edited on
Topic archived. No new replies allowed.