how can I print a list of all saved "word" documents?

J

Julie

I want to print a list of all the "word" documents i have created and saved
over the years.
 
B

Bob I

Unless you have put them all into one folder, or onto a CD, you really
have your work cut out for you.

What you will need to do is open the command line, and then navigate to
each directory where you saved the files, issue the command:
DIR *.doc >> C:\filelist.txt

Then after you have finished all the folders, open the "filelist.txt"
file and print that.
 
A

Arun

Search for *.doc in your computer. This will give you the list of all word
documents currently on your computer. Also if you remeber saving them in RTF
or TXT formats, search for them also
 
Top