Is it possible to trick a Windows program (using a python script or any other shell to run it), assuming that its output is not redirected, so the output is not buffered?
(Well, this is a simular question as forcing a program to clear its standard output when redirecting , except that it is specific to Windows, only Linux solves the issue)
source share