So I was messing around with the colors in command prompt. However when I run a Console Program in MS Visual C++ the colors stay the default. Is there a way to change this so when ever the command prompt is used it will use my custom settings? Do I have to change the settings through Visual C++?
I’m running Windows 7 and MS Visual C++ 2010 Express.
I hope I am allowed to ask this question here.
Thank you for any help.
If you run the program change the color settings in the
Propertieson the console itself, then it should retain it for that program specifically, or you can change the defaults for the console window which should be persistent throughout.