![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks. |
| |||||||
![]() |
| |
| | #1 (permalink) |
| | Print Folder Contents Is there a way to print a list of items in a folder? James |
My System Specs![]() |
| | #2 (permalink) |
| | Re: Print Folder Contents On Wed, 18 Feb 2009 14:43:12 -0500, "JamesJ" <jjy@xxxxxx_roadrunner.com> wrote: Quote: > Is there a way to print a list of items in a folder? 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...;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 |
My System Specs![]() |
| | #3 (permalink) |
| | Re: Print Folder Contents "JamesJ" <jjy@xxxxxx_roadrunner.com> wrote in message news:%23szBgEgkJHA.5724@xxxxxx Quote: > Is there a way to print a list of items in a folder? > Print Folders, from here http://www.snapfiles.com/screenshots/printfolder.htm bw.. |
My System Specs![]() |
| | #4 (permalink) |
| | Re: Print Folder Contents Not natively. You can do this... http://support.microsoft.com/kb/321379 or download a program, like http://www.karenware.com/powertools/ptdirprn.asp or http://www.krksoft.com/index.php it costs $20. -- Windows 7 beta http://get.live.com/wlmail/overview http://download.live.com/wlmail "JamesJ" <jjy@xxxxxx_roadrunner.com> wrote in message news:#szBgEgkJHA.5724@xxxxxx Quote: > Is there a way to print a list of items in a folder? > > James |
My System Specs![]() |
| | #5 (permalink) |
| | Re: Print Folder Contents "Ken Blake, MVP" <kblake@xxxxxx> wrote in message news:8rpop4paev6jck4qogi8k58faqmt9eug97@xxxxxx Quote: > On Wed, 18 Feb 2009 14:43:12 -0500, "JamesJ" > <jjy@xxxxxx_roadrunner.com> wrote: > Quote: >> Is there a way to print a list of items in a folder? > > Here are four ways: > Quote: > > 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: > With many (most?) computers using USB connected printers these days, is there a way to adapt that method to print to a USB printer? -- Zaphod Arthur: All my life I've had this strange feeling that there's something big and sinister going on in the world. Slartibartfast: No, that's perfectly normal paranoia. Everyone in the universe gets that. |
My System Specs![]() |
| | #6 (permalink) |
| | Re: Print Folder Contents On Thu, 19 Feb 2009 08:32:05 -0500, "Zaphod Beeblebrox" <Zaphod.Arisztid.Beeblebrox@xxxxxx> wrote: Quote: > > "Ken Blake, MVP" <kblake@xxxxxx> wrote in message > news:8rpop4paev6jck4qogi8k58faqmt9eug97@xxxxxx Quote: > > On Wed, 18 Feb 2009 14:43:12 -0500, "JamesJ" > > <jjy@xxxxxx_roadrunner.com> wrote: > > Quote: > >> Is there a way to print a list of items in a folder? > > > > Here are four ways: > > Quote: > > > > 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: > > > > With many (most?) computers using USB connected printers these days, is > there a way to adapt that method to print to a USB printer? Set up the printer as a shared printer Use NET USE LPT1: \\computername\sharedprintername Then use the DIR command with LPT1: -- Ken Blake, Microsoft MVP - Windows Desktop Experience Please Reply to the Newsgroup |
My System Specs![]() |
| | #7 (permalink) |
| | Re: Print Folder Contents "Ken Blake, MVP" <kblake@xxxxxx> wrote in message news:ijuqp41cpce5hq9nsj7m99qpbjvtcm1h3j@xxxxxx Quote: > On Thu, 19 Feb 2009 08:32:05 -0500, "Zaphod Beeblebrox" > <Zaphod.Arisztid.Beeblebrox@xxxxxx> wrote: > Quote: >> >> "Ken Blake, MVP" <kblake@xxxxxx> wrote in message >> news:8rpop4paev6jck4qogi8k58faqmt9eug97@xxxxxx Quote: >> > On Wed, 18 Feb 2009 14:43:12 -0500, "JamesJ" >> > <jjy@xxxxxx_roadrunner.com> wrote: >> > >> >> Is there a way to print a list of items in a folder? >> > >> > >> > Here are four ways: >> > Quote: >> > >> > 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: >> > >> >> With many (most?) computers using USB connected printers these days, >> is >> there a way to adapt that method to print to a USB printer? > > Set up the printer as a shared printer > Use NET USE LPT1: \\computername\sharedprintername > Then use the DIR command with LPT1: > method I use in XP to get old DOS apps to print to file.) One for the knowledge base. -- Zaphod Arthur Dent, speaking to Trillian about Zaphod: "So, two heads is what does it for a girl?" "...Anything else he's got two of?" |
My System Specs![]() |
| | #8 (permalink) |
| | Re: Print Folder Contents On Thu, 19 Feb 2009 16:49:59 -0500, "Zaphod Beeblebrox" <Zaphod.Arisztid.Beeblebrox@xxxxxx> wrote: Quote: > > "Ken Blake, MVP" <kblake@xxxxxx> wrote in message > news:ijuqp41cpce5hq9nsj7m99qpbjvtcm1h3j@xxxxxx Quote: > > On Thu, 19 Feb 2009 08:32:05 -0500, "Zaphod Beeblebrox" > > <Zaphod.Arisztid.Beeblebrox@xxxxxx> wrote: > > Quote: > >> > >> "Ken Blake, MVP" <kblake@xxxxxx> wrote in message > >> news:8rpop4paev6jck4qogi8k58faqmt9eug97@xxxxxx > >> > On Wed, 18 Feb 2009 14:43:12 -0500, "JamesJ" > >> > <jjy@xxxxxx_roadrunner.com> wrote: > >> > > >> >> Is there a way to print a list of items in a folder? > >> > > >> > > >> > Here are four ways: > >> > > >> <snip> > >> > > >> > 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: > >> > > >> <snip> > >> > >> With many (most?) computers using USB connected printers these days, > >> is > >> there a way to adapt that method to print to a USB printer? > > > > Set up the printer as a shared printer > > Use NET USE LPT1: \\computername\sharedprintername > > Then use the DIR command with LPT1: > > > Thanks, I hadn't thought of that approach (even though it's the same > method I use in XP to get old DOS apps to print to file.) One for the > knowledge base. You're welcome. Glad to help. -- Ken Blake, Microsoft MVP - Windows Desktop Experience Please Reply to the Newsgroup |
My System Specs![]() |
| | #9 (permalink) |
| | Re: Re: Print Folder Contents On Wed, 18 Feb 2009 12:55:01 -0700, "Ken Blake, MVP" <kblake@xxxxxx> wrote: Quote: >On Wed, 18 Feb 2009 14:43:12 -0500, "JamesJ" ><jjy@xxxxxx_roadrunner.com> wrote: > Quote: >> Is there a way to print a list of items in a folder? > >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...;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 pane. Now press and hold the shift key and right-click on the selection. Choose "Copy as Path" from the context menu. Now paste the list into Notepad and print. Regards, Doug M. in NJ |
My System Specs![]() |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Forum | |||
| How to see folder contents without clicking on folder. | Vista file management | |||
| want folder contents back | Live Mail | |||
| How to print out the contents of reader for SQL | PowerShell | |||
| Access folder contents | Vista General | |||