Donate SIGN UP

windows list of files need to print

Avatar Image
Daave | 21:43 Thu 19th Oct 2006 | How it Works
4 Answers
i have a folder with 950 files in it, and i wish to print a list of the names of all of the files.. is there a function in windows that lets me do this?
Gravatar

Answers

1 to 4 of 4rss feed

Best Answer

No best answer has yet been selected by Daave. Once a best answer has been selected, it will be shown here.

For more on marking an answer as the "Best Answer", please visit our FAQ.
Try the following:

Select Run from the Start Menu

Type "cmd". This'll open a Dos command prompt.

In the Dos box type "DIR C:\WINDOWS /B > C:\mylist.txt"

This command will produce a directory listing of C:\Windows and put it in a text file called mylist.txt at the root of the C: drive. You can open this in any text editor such as Notepad and then print it out. You can of course substitute your own path for C:\Windows.
There's a free piece of software available called Print Folder which does just what you want. Just Google "Print Folder" and follow the link.
Surely that's cheating? :-)
Yes dipee65 that is cheating, shame on you!!

DAAVE I would go the long way around as suggested by Llumatron, you will find it so much more satisfying.

1 to 4 of 4rss feed

Do you know the answer?

windows list of files need to print

Answer Question >>

Related Questions