Printing a directory (index)

  • Thread starter Thread starter Elwyn Davies
  • Start date Start date
E

Elwyn Davies

I have about 700 files in a (cumulative) directory. I wish
to print out the titles as a kind of index. Any
suggestions?

Thanks.
 
Try download.com and download windir this will allow you
to download a selected directory into a test file.
 
In
Elwyn Davies said:
I have about 700 files in a (cumulative) directory. I wish
to print out the titles as a kind of index. Any
suggestions?


Here are three ways:

1. Go to a command prompt and issue the command

dir [drive:folder] > prn

If that doesn't work, your printer may not be connected to prn.
In that case issue this command instead:

dir [drive:folder] > c:\tempfilename (you can use any name and
put it in any folder you want)

Then open notepad, open tempfilename, and print it from there.



2. Go to
http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q321379
and follow the instructions there.



3. Download and use any of the several freeware/shareware
utilities that can do this.
 

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

Back
Top