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.
- Open your start menu, and select Run.
- Type COMMAND /C DIR directory_name>PRN.
- 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.