Which one of the DOS commands sends contents of the screen to an outpur device?

1 answer

Answer

1264296

2026-07-20 13:00

+ Follow

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.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.