display file names in word document

N

net19742171

I want to put a list of existing files (or a directory-tree) in a word
document, is there an easy way to do that, without typing all the
filenames by hand?
 
J

Jezebel

A quick and dirty method -- if you just want a printable list, rather than
actual text -- is to display the folder in Explorer, take a screen shot,
then paste that into your document.
 
B

bugFinder22203

You could use the DOS "tree" command and direct the output to a file, then
include the file in your document. The output is a pretty indented graphical
view of your files.
 
Top