ForceRedirect - Windows utility for capturing and redirecting console output to a file #20590
alessandrocomito
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
ForceRedirect is a small, portable, native 64-bit C++ Windows utility that allows you to capture the console output of command-line programs that cannot be captured correctly using standard > redirection.
ForceRedirect captures the console stream directly through ConPTY rather than relying on the visible scrollback history of the Command Prompt or PowerShell window.
The captured output is written directly to the specified output file.
ANSI/VT color and terminal control sequences are removed, producing clean plain-text output suitable for text editors and automated processing.
All reactions