I'd like to be able to print a list of .doc file names

M

mrs. t

We frequently need to print a list of .doc file names from Word but have to
use another program in order to do so. This should NOT be an issue. It
should be a simple task.

----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/office/com...-15f633b1677f&dg=microsoft.public.office.misc
 
B

Bob I

Word is a Word processor, not file management software. There are MANY
methods of importing information into a Word document, I suggest you use
one of them, instead of requesting another program bloating, little use
feature.
 
I

IanRoy

Hi, Bob I;
I am not the OP, but I have wondered how to print a list of the files in a
directory. Windows Explorer is a file manager, but I couldn't find a way to
do it with that program. Does one have to go third party, or do you know of a
way to do it from the command line?
-Ian.
 
B

Bob I

Garfield-n-odie gave you some other options, the command prompt option
would be "DIR *.DOC /B > C:\filelist.txt" as an example. That would
result in a text file list of "doc" file names in the directory it was
run in.
 
I

IanRoy

Hi, garfield-n-odie;
Many thanks for the links. I just wrote the printdir.bat file from your
second link and it worked. Two lines of code! :) Will check out the other
links later.
Thanks again.
-Ian
 
I

IanRoy

Hi, Bob I;
Thanks much. Haven't used tthe command line much. Looks like it is worth
learning. :)
-Ian
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top