Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
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.

Go Back   Vista Forums > Vista Newsgroups > Vista General

Vista - Print Folder Contents

Reply
 
Old 02-18-2009   #1 (permalink)
JamesJ


 
 

Print Folder Contents

Is there a way to print a list of items in a folder?

James

My System SpecsSystem Spec
Old 02-18-2009   #2 (permalink)
Ken Blake, MVP


 
 

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 SpecsSystem Spec
Old 02-18-2009   #3 (permalink)
meerkat


 
 

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?
>
Hi James, small and straight forward.
Print Folders, from here
http://www.snapfiles.com/screenshots/printfolder.htm

bw..


My System SpecsSystem Spec
Old 02-18-2009   #4 (permalink)
Dave


 
 

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 SpecsSystem Spec
Old 02-19-2009   #5 (permalink)
Zaphod Beeblebrox


 
 

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:
>
<snip>
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:
>
<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?

--
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 SpecsSystem Spec
Old 02-19-2009   #6 (permalink)
Ken Blake, MVP


 
 

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:
> >
> <snip>
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:
> >
> <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:

--
Ken Blake, Microsoft MVP - Windows Desktop Experience
Please Reply to the Newsgroup
My System SpecsSystem Spec
Old 02-19-2009   #7 (permalink)
Zaphod Beeblebrox


 
 

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:
>> >
>> <snip>
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:
>> >
>> <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.

--
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 SpecsSystem Spec
Old 02-19-2009   #8 (permalink)
Ken Blake, MVP


 
 

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 SpecsSystem Spec
Old 02-19-2009   #9 (permalink)
Retroman


 
 

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
5. From Windows Explorer in Vista, press Ctrl+A to select all in the right
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 SpecsSystem Spec
Reply

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


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46