I'm not certain what you are trying to accomplish, but I don't think
Word, in and of itself, can generate the filenames from a directory on
a drive. But, in response to your questions:
1. See this link: http://www.annoyances.org/exec/show/article01-451
There are other ways, like doing a screen capture and then pasting and
printing that image from a graphics program, such as "Paint".
2 and 3. It doesn't appear that the utility in the link provided will
automatically do sub-directories, but you could obviously do it
manually for each sub-directory. You can get such a file by using the
command prompt from within windows. Click on START, RUN, type CMD and
press enter. Then, using DOS the command CD (change directory),
navigate to the folder you want the listing for. Then, you can type
DIR *.* /S >LISTING.TXT and press enter. This will create a text file
with a listing of the filenames for that folder and all sub-folders.
If you only want PDF files listed, then type DIR *.PDF /S >LISTING.TXT
(note that there is a space before the /S and before the > in each of
these). You can then open that file in Word and print it as you would
any other file.
A
--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.
"bird lover" <bird...@discussions.microsoft.com> wrote in message
news:5C03B8D1-9A02-4AAA...@microsoft.com...
As they advised, I avoided using the Registry Editor. (I don't even know
where it is.) As in one of the original replies to your question, this will
print directories and filenames, but it will not open directories to print
the filenames.
>I have this installed and it normally works once, then after rebooting it
>only print the following line:
>Directory of C:\
>how can i solve this problem"
Not positive, but try:
http://www.karenware.com/powertools/powertools.asp
and look at the fourth program in the list...it says it will 'Print
the names, and other information, of all folders and files on your
computer.'
--
Eddie in Loveland
"English is not my native tongue; I'm an American."
--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
"biermeier" <bier...@hotmail.com> wrote in message
news:CB866630-339F-4AE9...@microsoft.com...