How To Control Text Scrolling When Using Windows Command Prompt
Have you ever entered a command at the prompt only to have the text scroll by so fast that you had no idea what was returned by the command? You can always use the scroll bar to navigate back up (or use your mouse scroll wheel) to see the information returned by the command.
But in some cases, so much text was returned that it exceeds the screen buffer size and rolls off the screen. Especially when you are viewing text files from logs or error outputs.
So how can you control the amount of text that can be viewed from the command prompt? By using the more command.
