Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > Print Folder Contents

Reply
Thread Tools Display Modes

Print Folder Contents

 
 
JamesJ
Guest
Posts: n/a

 
      02-18-2009
Is there a way to print a list of items in a folder?

James
 
Reply With Quote
 
 
 
 
Ken Blake, MVP
Guest
Posts: n/a

 
      02-18-2009
On Wed, 18 Feb 2009 14:43:12 -0500, "JamesJ"
<jjy@darwin_roadrunner.com> wrote:

> 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
 
Reply With Quote
 
meerkat
Guest
Posts: n/a

 
      02-18-2009

"JamesJ" <jjy@darwin_roadrunner.com> wrote in message
news:%...
> 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..


 
Reply With Quote
 
Dave
Guest
Posts: n/a

 
      02-18-2009
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@darwin_roadrunner.com> wrote in message
news:#...
> Is there a way to print a list of items in a folder?
>
> James


 
Reply With Quote
 
Zaphod Beeblebrox
Guest
Posts: n/a

 
      02-19-2009

"Ken Blake, MVP" <> wrote in message
news:...
> On Wed, 18 Feb 2009 14:43:12 -0500, "JamesJ"
> <jjy@darwin_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?

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


 
Reply With Quote
 
Ken Blake, MVP
Guest
Posts: n/a

 
      02-19-2009
On Thu, 19 Feb 2009 08:32:05 -0500, "Zaphod Beeblebrox"
<> wrote:

>
> "Ken Blake, MVP" <> wrote in message
> news:...
> > On Wed, 18 Feb 2009 14:43:12 -0500, "JamesJ"
> > <jjy@darwin_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:

--
Ken Blake, Microsoft MVP - Windows Desktop Experience
Please Reply to the Newsgroup
 
Reply With Quote
 
Zaphod Beeblebrox
Guest
Posts: n/a

 
      02-19-2009

"Ken Blake, MVP" <> wrote in message
news:...
> On Thu, 19 Feb 2009 08:32:05 -0500, "Zaphod Beeblebrox"
> <> wrote:
>
>>
>> "Ken Blake, MVP" <> wrote in message
>> news:...
>> > On Wed, 18 Feb 2009 14:43:12 -0500, "JamesJ"
>> > <jjy@darwin_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.

--
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?"


 
Reply With Quote
 
Ken Blake, MVP
Guest
Posts: n/a

 
      02-19-2009
On Thu, 19 Feb 2009 16:49:59 -0500, "Zaphod Beeblebrox"
<> wrote:

>
> "Ken Blake, MVP" <> wrote in message
> news:...
> > On Thu, 19 Feb 2009 08:32:05 -0500, "Zaphod Beeblebrox"
> > <> wrote:
> >
> >>
> >> "Ken Blake, MVP" <> wrote in message
> >> news:...
> >> > On Wed, 18 Feb 2009 14:43:12 -0500, "JamesJ"
> >> > <jjy@darwin_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
 
Reply With Quote
 
Retroman
Guest
Posts: n/a

 
      02-19-2009
On Wed, 18 Feb 2009 12:55:01 -0700, "Ken Blake, MVP"
<> wrote:

>On Wed, 18 Feb 2009 14:43:12 -0500, "JamesJ"
><jjy@darwin_roadrunner.com> wrote:
>
>> 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
 
Reply With Quote
 
binaryman
Guest
Posts: n/a

 
      11-25-2009

Hi James
This utility can print directly to a printer
No need to save first to a file
Plus it can print many file attributes
Directory Report
http://www.file-utilities.co

--
binaryma
Posted via http://www.vistaheads.co

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
What am I doing wrong in organzing folder contents? manhattan123 Windows Vista File Management 1 08-09-2008 10:56 AM
Migrating e-mail folder contents Dick Crouse Windows Vista Mail 3 11-06-2007 05:04 AM
Saving Folder Contents as Text JamesJ Windows Vista General Discussion 11 04-28-2007 10:12 PM
Save a list of folder contents Daniel Windows Vista General Discussion 2 02-25-2007 02:57 AM
Access folder contents Scott Windows Vista General Discussion 3 02-17-2007 11:37 PM



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 47 48 49 50 51 52 53 54 55 56 57 58 59