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 print fax & scan

Vista - Print directory

Reply
 
Old 01-31-2008   #1 (permalink)
zzsharpei


 
 

Print directory

How can you print the directory using vista

My System SpecsSystem Spec
Old 01-31-2008   #2 (permalink)
Dave


 
 

Re: Print directory

Same as in XP.... not easily.

1. You can open a command prompt and type "dir > prn" or "dir > lpt1" or
"dir > dir.txt" then "print dir.txt"

2. Download a directory printing program. I'm using Directory Lister 0.9.1,
it adds an option to the right-click menu, and you can print to a file in
CSV, HTML or text format. They now have a pro version for $20
http://www.krksoft.com/download.php

or Google "directory printer" for others.


--
http://get.live.com/wlmail/overview

"zzsharpei" <zzsharpei@xxxxxx> wrote in message
news:5678617A-40CB-4CB0-88CC-2A6E2A4F9C3B@xxxxxx
Quote:

> How can you print the directory using vista
My System SpecsSystem Spec
Old 01-31-2008   #3 (permalink)
Ken Blake, MVP


 
 

Re: Print directory

On Thu, 31 Jan 2008 13:22:00 -0800, zzsharpei
<zzsharpei@xxxxxx> wrote:
Quote:

> How can you print the directory using vista

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 01-31-2008   #4 (permalink)
Hal Hostetler [MVP P/I]


 
 

Re: Print directory

In addition to Dave's suggestions, you can use a slight modification to this
article:

http://support.microsoft.com/kb/321379
How to add the Print Directory feature for folders in Windows XP

The problem with this article under Vista is that there's no way to create a
new action for file folders. To overcome this, we can use the "Send To"
feature. Create the "printdir.bat" file and place it in your "Windows"
folder per the article. Next, go to 'Start|Run", enter the line:

shell:sendto

in the Run window and click OK. This will open the "Send To" folder. Right
click in the folder, select "New|Shortcut", use the "Browse" button to
navigate to the printdir.bat file you created, click OK, click Next, give
the shortcut a name (I used "Print Directory"), and click "Finish". To test
this, open Windows Explorer, right click any folder and go to "Send To",
then "Print Directory". I find this works well. More on how to add items
to the "Send To" menu is here:

http://adacosta.spaces.live.com/blog...DB!15739.entry
Adding Folders and Programs to the 'Send To' Context Menu in Windows Vista

Hal
--
Hal Hostetler, CPBE -- hhh@xxxxxx
Senior Engineer/MIS -- MS MVP-Print/Imaging -- WA7BGX
http://www.kvoa.com -- "When News breaks, we fix it!"
KVOA Television, Tucson, AZ. NBC Channel 4
Live at Hot Licks - www.badnewsbluesband.com

"zzsharpei" <zzsharpei@xxxxxx> wrote in message
news:5678617A-40CB-4CB0-88CC-2A6E2A4F9C3B@xxxxxx
Quote:

> How can you print the directory using vista

My System SpecsSystem Spec
Old 01-31-2008   #5 (permalink)
Hal Hostetler [MVP P/I]


 
 

Re: Print directory

FWIW, Ken, the method detailed in Q321379 won't work in Vista because the
"File Folder" file type is not available from 'Default Programs|Associate a
file type or protocol with a program'. The closest to this I've found is to
place a shortcut to "printdir.bat" in the "Send To" folder so you can right
click a folder then use Send to -> printdir.bat. This works.

Hal
--
Hal Hostetler, CPBE -- hhh@xxxxxx
Senior Engineer/MIS -- MS MVP-Print/Imaging -- WA7BGX
http://www.kvoa.com -- "When News breaks, we fix it!"
KVOA Television, Tucson, AZ. NBC Channel 4
Live at Hot Licks - www.badnewsbluesband.com

"Ken Blake, MVP" <kblake@xxxxxx> wrote in message
news:skl4q3t52npsj9b7erj5e5alei3l1bjokf@xxxxxx
Quote:

> On Thu, 31 Jan 2008 13:22:00 -0800, zzsharpei
> <zzsharpei@xxxxxx> wrote:
>
Quote:

> > How can you print the directory using vista
>
>
> 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-01-2008   #6 (permalink)
Ken Blake, MVP


 
 

Re: Print directory

On Thu, 31 Jan 2008 16:43:14 -0700, "Hal Hostetler [MVP P/I]"
<hhh@xxxxxx> wrote:
Quote:

> FWIW, Ken, the method detailed in Q321379 won't work in Vista because the
> "File Folder" file type is not available from 'Default Programs|Associate a
> file type or protocol with a program'. The closest to this I've found is to
> place a shortcut to "printdir.bat" in the "Send To" folder so you can right
> click a folder then use Send to -> printdir.bat. This works.

Thanks for the info, Hal, and my apologies to zzsharpei for suggesting
something incorrect.



Quote:

> "Ken Blake, MVP" <kblake@xxxxxx> wrote in message
> news:skl4q3t52npsj9b7erj5e5alei3l1bjokf@xxxxxx
Quote:

> > On Thu, 31 Jan 2008 13:22:00 -0800, zzsharpei
> > <zzsharpei@xxxxxx> wrote:
> >
Quote:

> > > How can you print the directory using vista
> >
> >
> > 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
>
--
Ken Blake, Microsoft MVP - Windows Desktop Experience
Please Reply to the Newsgroup
My System SpecsSystem Spec
Old 01-02-2009   #7 (permalink)
joelfredl


 
 

RE: Print directory

Microsoft has always thought that printing a directory of any information
that is on "there computer" was not for the end user and never will.
My System SpecsSystem Spec
Old 01-02-2009   #8 (permalink)
Hal Hostetler [MVP-P/I]


 
 

Re: Print directory

Not really. Historically, it hasn't been a highly requested item, but it's
quite easy to do and there is a KB article available detailing the process:

http://support.microsoft.com/kb/321379
How to add the Print Directory feature for folders in Windows XP and in
Windows Vista

Hal
--
Hal Hostetler, CPBE -- hhh@xxxxxx
Senior Engineer/MIS -- MS MVP-Print/Imaging -- WA7BGX
www.kvoa.com -- "When News breaks, we fix it!"
KVOA Television, Tucson, AZ. NBC Channel 4
Live at Hot Licks - www.badnewsbluesband.com


"joelfredl" <joelfredl@xxxxxx> wrote in message
news:B2D879FE-F4DA-4B5A-9FFF-C62F6C3ED98F@xxxxxx
Quote:

> Microsoft has always thought that printing a directory of any information
> that is on "there computer" was not for the end user and never will.
My System SpecsSystem Spec
Old 01-03-2009   #9 (permalink)
Steve Mailman


 
 

Re: Print directory

fyi, this does not work on Vista x64.


"Hal Hostetler [MVP-P/I]" <hhh@xxxxxx> wrote in message
news:91F747C1-B837-4F62-AA5A-83B6E1D1ADF6@xxxxxx
Quote:

> Not really. Historically, it hasn't been a highly requested item, but
> it's quite easy to do and there is a KB article available detailing the
> process:
>
> http://support.microsoft.com/kb/321379
> How to add the Print Directory feature for folders in Windows XP and in
> Windows Vista
>
> Hal
> --
> Hal Hostetler, CPBE -- hhh@xxxxxx
> Senior Engineer/MIS -- MS MVP-Print/Imaging -- WA7BGX
> www.kvoa.com -- "When News breaks, we fix it!"
> KVOA Television, Tucson, AZ. NBC Channel 4
> Live at Hot Licks - www.badnewsbluesband.com
>
>
> "joelfredl" <joelfredl@xxxxxx> wrote in message
> news:B2D879FE-F4DA-4B5A-9FFF-C62F6C3ED98F@xxxxxx
Quote:

>> Microsoft has always thought that printing a directory of any information
>> that is on "there computer" was not for the end user and never will.
>
My System SpecsSystem Spec
Old 01-09-2009   #10 (permalink)
Hal Hostetler [MVP-P/I]


 
 

Re: Print directory

Doesn't work how? The right click context item doesn't appear, or the batch
file fails? Another approach to this problem, if the batch file works OK,
is to add it to the "Send To" menu so you can right click and "Send To"
"Printdir.bat"

Hal
--
Hal Hostetler, CPBE -- hhh@xxxxxx
Senior Engineer/MIS -- MS MVP-Print/Imaging -- WA7BGX
http://www.kvoa.com -- "When News breaks, we fix it!"
KVOA Television, Tucson, AZ. NBC Channel 4
Still Cadillacin' - www.badnewsbluesband.com

"Steve Mailman" <telfon4444@xxxxxx> wrote in message
news:8D6C70F0-A192-4208-9639-9172473B8BBD@xxxxxx
Quote:

> fyi, this does not work on Vista x64.
>
>
> "Hal Hostetler [MVP-P/I]" <hhh@xxxxxx> wrote in message
> news:91F747C1-B837-4F62-AA5A-83B6E1D1ADF6@xxxxxx
Quote:

>> Not really. Historically, it hasn't been a highly requested item, but
>> it's quite easy to do and there is a KB article available detailing the
>> process:
>>
>> http://support.microsoft.com/kb/321379
>> How to add the Print Directory feature for folders in Windows XP and in
>> Windows Vista
>>
>> Hal
>> --
>> Hal Hostetler, CPBE -- hhh@xxxxxx
>> Senior Engineer/MIS -- MS MVP-Print/Imaging -- WA7BGX
>> www.kvoa.com -- "When News breaks, we fix it!"
>> KVOA Television, Tucson, AZ. NBC Channel 4
>> Live at Hot Licks - www.badnewsbluesband.com
>>
>>
>> "joelfredl" <joelfredl@xxxxxx> wrote in message
>> news:B2D879FE-F4DA-4B5A-9FFF-C62F6C3ED98F@xxxxxx
Quote:

>>> Microsoft has always thought that printing a directory of any
>>> information
>>> that is on "there computer" was not for the end user and never will.
>>
>
My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Can't Print Directory Listing Vista General
Re: Print directory Vista General
File and Folder Directory List - Print and Save Tutorials
print directory feature Vista General
Print Directory in Windows Vista Business? 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