Very long output partially dissapears from console?

Hi! I don't know how to explain this. I have a programme which prints a lot of lines (720) on the console, but when it finishes, I just can see the last 300, the first 520 lines aren't there! Is it possible to fix this?
Open your console, and right-click on the icon on the upper-left of the title-bar. Click on the "Layout" tab. Adjust the "Height" in the "Screen Buffer Size" box to whatever it is you need. It may ask you whether or not you want to save the changes for future invocations. Just keep in mind that the larger the screen buffer the more memory you are using.

The other, simpler, option would be just to pipe the output of your program into "more".

C:\prog\foo> myprog |more


Hope this helps.
Thanks! That's what I needed!:D
Topic archived. No new replies allowed.