Print Directory

  • Thread starter Thread starter Fortissima
  • Start date Start date
F

Fortissima

Is it possible with Windows XP sp 2 to print out all, or part, of the
contents of hard disk C:? That is a tree showing folders, sub folders and
files. I recall being able to do something like this with a DOS v 2
command about a hundred years ago. I appreciate that a full 80GB disk would
require a lot of printing. Any ideas anyone?
 
Fortissima said:
Is it possible with Windows XP sp 2 to print out all, or part, of the
contents of hard disk C:? That is a tree showing folders, sub
folders and files. I recall being able to do something like this
with a DOS v 2 command about a hundred years ago. I appreciate that a
full 80GB disk would require a lot of printing. Any ideas anyone?

Using the command line from the root directory:
dir /s > dirall.txt
 
Fortissima said:
Is it possible with Windows XP sp 2 to print out all, or part, of the
contents of hard disk C:? That is a tree showing folders, sub folders and
files. I recall being able to do something like this with a DOS v 2
command about a hundred years ago. I appreciate that a full 80GB disk would
require a lot of printing. Any ideas anyone?



From the command prompt (Start > Run > Cmd.exe), simply change to
the desired directory and type "dir > filelist.txt" or "dir > lpt1,"
just as you used to do in DOS. Any of the switches for the DIR
command (type "dir /?") will work with this command, if you wish to
modify the output. You can then subsequently edit the resulting text
file using NotePad, WordPad, Word, etc.

Alternatively:

HOW TO Add a Print Directory Feature for Folders in Windows XP
http://support.microsoft.com/?kbid=321379



--

Bruce Chambers

Help us help you:



You can have peace. Or you can have freedom. Don't ever count on having
both at once. - RAH
 
Back
Top