The DOS command that sends the contents of the screen to an output device, such as a printer, is the COPY command. You can use it in the format COPY CON > PRN to copy the contents displayed on the console to the printer. Additionally, you can redirect output from commands using > to save it to a file or device.
Copyright © 2026 eLLeNow.com All Rights Reserved.