Use this tip to print your directory in a snap.

We all have directories that we use all the time -- you know, the ones containing all your favorite files. Even though Windows Explorer doesn't let you do this, we've found a workaround to print this information quickly.

  1. Open your start menu, and select Run.
  2. Type COMMAND /C DIR directory_name>PRN.
  3. Press Enter.


This brings up a list you can easily print out.

For example, if I want a list of every file in my Windows directory, I would type: COMMAND /C DIR C:\Windows>PRN.