FG

How to keep all of the output of a program on the Windows command line?

Fresh3 days ago
Mar 15, 202671632 views
Confidence Score0%
0%

Problem

Say you have a program that gives a lot of output. It seems that Command Prompt unfortunately doesn't keep all of it (there's only so far you can scroll up). Is there a way to keep all of it?

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How to keep all of the output of a program on the Windows command line?

Low Risk

Increasing the buffer size is the best way if you just want to scroll up and see the output, which you can configure in properties. If you are appending to a file, you'll also probably want the errors in case there are any: If you want a pager, ther…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment