Is is possible to resize the console window so that when your program starts, the console is not at its default size? For example, if you open a command prompt, right click on the title bar, and go to Properties, you can change the window dimensions on the Layout tab. Is there a way to set these dimensions in your code so that they are customized when your program starts running?

Thanks