ScrollConsole(n)
n. A positive
value in n scrolls the console up n lines while a negative n scrolls the console down
n lines.
Before you can use this function you must set the Scroll tag to True in SetConsoleOptions.
See SetConsoleOptions for details.
You must enable advanced console mode using EnableAdvancedConsole() before you can use this function. See EnableAdvancedConsole for details.