How To Print Directory Contents using Windows 2000 pro & MSWORD 20

G

Guest

How to print out the contents of a large directory
I have Windows 2000 professional and Office 2000 (MSWORD)
Task Drive E:\ = Three Folders \ Each Folder has 10,000 + items \
I need a printed list of the contents of each
folder.
The folders contant (Tiff's,Bitmaps,JPegs etc)
I have been taking screen shots and cut and pasting but need something
that is editable text so when the folder contents change I don't have to
redo three hundred pages of printing. Thank's in advance to however
can help.
 
G

Guest

If you can cope with DOS then you can create a text file containing the
contents of your directory, you can later edit this in notepad or Word:

Click on Start > Run

Type

cmd

in the box that appears and click Run

Change to the directory using the cd command, e.g. type E:\ followed by
Enter to change to E: and then type

cd docs

to change to a directory called docs

Type

dir

to see what's in the current directory

When you have found the directory you want to list type

dir > directory.txt

this will create a text file in the current directory called directory.txt
containing a listing of the files and folders.

Type

cd .. Enter

to go up one level of directory.

Type

Exit

to finish your DOS session and return to Windows. You can now open the
directory.txt file in Wordpad or Word and manipulate it.

Hope you can follow this! Have fun!

Andrea Jones
www.allaboutoffice.co.uk
www.allaboutclait.com
 

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