My Documents

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

does anyone know how to print out your directory and subdirectories using XP?? In the good old days we'd print out our DOS Tree. I need a printed "table of contents" of my files showing the details of files modified.
 
Hi Anderson,

does anyone know how to print out your directory and subdirectories using XP?? In the good old days we'd print out our DOS Tree. I need a printed "table of contents" of my files showing the details of files modified.

Open a command prompt (Start > Run > cmd), go to the directory and
type dir *.* /s > "C:path name\list.txt"


If you want something more integrated with Explorer, have a look at a
third party add-on such as ExpPrint:
http://www.jddesign.co.uk/.

Also check here:
http://word.mvps.org/FAQs/General/PrintDocList.htm.

Good luck
 
Back
Top