Recycle your Computers & Technology with us.

How to print the contents of a folder

Posted By : cristina of Katharine Gibbs School - New York on January 17, 2005

Follow us on Facebook   Follow us on Twitter   Follow us on LinkedIn

Let Data Doctors be your personal IT department today

How do I print an index of the contents of a folder? Thanks!

This question was answered on January 17, 2005. Much of the information contained herein may have changed since posting.


1 Dozens of shareware to do this

2 Go to a DOS prompt and type: DIR C:\foldername\*.* >LPT1

3 Print Folder Directories

Found this in PcWorlds January issue:

"Heres an easy way to print a list of the files contained in

a folder from inside Windows Explorer."

Launch Notepad, then type:

Dir %1> lpt1: and press Enter

Now type cls on the second line, BUT DO NOT PRESS Enter

There must not be anything, not even a blank line after cls

Save the two line file in you C:\Windows\Send To folder as

printdir.BAT

Now when you want to a printout of the files in a folder, right

click on the folder in Windows Explorer, and select

Send TO->printdir.bat

---------------------------------------

Dir C:\foldername\*.* >filename.txt (this will create a text file

to do with as you please)

---------------------------------------

Folder Print: http://www.homestead.com/algor/

Print Folder: http://no-nonsense-software.com/freeware

Print Directory V 3.1 : http://widgetech.com/mymain/freeware/prtdir3_1.shtml

---------------------------------------

Or, if you don't want another program, here's 2 batch files,

one for creating a .txt file, the other sends it straight to

the printer

Open Notepad (only), type in **exactly** (or copy/paste from here)

For the .txt file:

dir %1 > C:\list.txt: cls

& save as: textdir.bat

For the printer:

dir %1 > lpt1: cls

& save as: printdir.bat

I save these two files in my "Send to" folder, that way I can just

right click on the folder to execute

this website helps you : http://www.easydos.com/print.html

About the author

Posted by cristina of Katharine Gibbs School - New York on January 17, 2005

Need Help with this Issue?

We help people with technology! It's what we do.
Contact or Schedule an Appointment with a location for help!