How to Print the Screen and/or Directory,

  • Thread starter Thread starter G McKissack
  • Start date Start date
G

G McKissack

I found out how to print the screen without using the
Alt+Print Scrn function - that copies into the clipboard.
But I forgot how to do it. Also, there used to be a way
(some years back) that allowed you to print your directory
of any of your drives (c:, a:, etc.). However, I don't
know how to do that either. Can someone help me?

G. McKissack
 
Ctrl+Shift+Print Screen

When printing a list of directories from dos use:

dir /AD >lpt1

providing that you have a printer connected to lpt1, of
course.
 
Back
Top