How do I redirect a DOS output?
How do I redirect a DOS output? When you redirect console output using the “>” symbol, you are only redirecting STDOUT. In order to redirect STDERR you have to specify ‘2>’ for the redirection symbol. This selects the second output stream which is STDERR. How do I redirect in CMD? On a command line, redirection […]