Guest elkay47 Posted July 10, 2008 Posted July 10, 2008 Is there any way to print out the contents of a Windows Explorer file folder? I have thousands of songs and I have trouble keeping track of which song is sung by who.
Guest Bob I Posted July 10, 2008 Posted July 10, 2008 Re: Printing Windows explorer folder contents Use DirPrint http://www.google.com/search?hl=en&q=dirprint elkay47 wrote: > Is there any way to print out the contents of a Windows Explorer file folder? > I have thousands of songs and I have trouble keeping track of which song is > sung by who.
Guest Panic Posted July 10, 2008 Posted July 10, 2008 Re: Printing Windows explorer folder contents You have to buy DirPrint. Karen's Directory Printer is free. http://www.softpedia.com/get/System/File-Management/Karen-Directory-Printer.shtml "Bob I" <birelan@yahoo.com> wrote in message news:eL$KQno4IHA.3480@TK2MSFTNGP03.phx.gbl... > Use DirPrint > http://www.google.com/search?hl=en&q=dirprint > > elkay47 wrote: > >> Is there any way to print out the contents of a Windows Explorer file >> folder? I have thousands of songs and I have trouble keeping track of >> which song is sung by who. >
Guest Ken Blake, MVP Posted July 10, 2008 Posted July 10, 2008 Re: Printing Windows explorer folder contents On Wed, 9 Jul 2008 22:13:01 -0700, elkay47 <elkay47@discussions.microsoft.com> wrote: > Is there any way to print out the contents of a Windows Explorer file folder? > I have thousands of songs and I have trouble keeping track of which song is > sung by who. Here are four ways: 1. Go to a command prompt and issue the command 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. Write (for example in Notepad) a 1-line text file: DIR %1 /O >LPT1: Save it as "printdir.bat" in the "Send To" folder. Then, to print list of files in any folder, right-click that folder and select Send to | printdir.bat To include subfolders, change the comand to DIR %1 /O/S >LPT1: 3. Go to http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q321379 and follow the instructions there. 4. Download and use any of the several freeware/shareware utilities that can do this, such as the popular http://www.karenware.com/powertools/ptdirprn.asp -- Ken Blake, Microsoft MVP - Windows Desktop Experience Please Reply to the Newsgroup
Recommended Posts