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 file management

Vista - Printing file lists

Reply
 
Old 06-02-2007   #1 (permalink)
chick


 
 

Printing file lists

Anyone know how to get a printout of folders and file lists.
I know how to set this up under XP but it does not work with Vista.
Greatful for sugestions. Thanking you.

My System SpecsSystem Spec
Old 06-02-2007   #2 (permalink)
Bruce Chambers


 
 

Re: Printing file lists

chick wrote:
> Anyone know how to get a printout of folders and file lists.
> I know how to set this up under XP but it does not work with Vista.
> Greatful for sugestions. Thanking you.



From the command prompt (Start > Run > Cmd.exe), simply change to
the desired directory and type "dir > filelist.txt" or "dir > lpt1,"
just as you used to do in DOS. Any of the switches for the DIR command
(type "dir /?") will work with this command, if you wish to modify the
output. You can then subsequently edit the resulting text file using
NotePad, WordPad, Word, etc.


--

Bruce Chambers

Help us help you:
http://dts-l.org/goodpost.htm
http://www.catb.org/~esr/faqs/smart-questions.html

They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety. -Benjamin Franklin

Many people would rather die than think; in fact, most do. -Bertrand Russell
My System SpecsSystem Spec
Old 06-02-2007   #3 (permalink)
chick


 
 

Re: Printing file lists

Thank you very much of your reply. I had tried that but having got the
information on the sceen I am unable to do anything with it. How do you get
the resulting text into wordpad, ect?

"Bruce Chambers" wrote:

> chick wrote:
> > Anyone know how to get a printout of folders and file lists.
> > I know how to set this up under XP but it does not work with Vista.
> > Greatful for sugestions. Thanking you.

>
>
> From the command prompt (Start > Run > Cmd.exe), simply change to
> the desired directory and type "dir > filelist.txt" or "dir > lpt1,"
> just as you used to do in DOS. Any of the switches for the DIR command
> (type "dir /?") will work with this command, if you wish to modify the
> output. You can then subsequently edit the resulting text file using
> NotePad, WordPad, Word, etc.
>
>
> --
>
> Bruce Chambers
>
> Help us help you:
> http://dts-l.org/goodpost.htm
> http://www.catb.org/~esr/faqs/smart-questions.html
>
> They that can give up essential liberty to obtain a little temporary
> safety deserve neither liberty nor safety. -Benjamin Franklin
>
> Many people would rather die than think; in fact, most do. -Bertrand Russell
>

My System SpecsSystem Spec
Old 06-02-2007   #4 (permalink)
Dave


 
 

Re: Printing file lists

If you opened a cmd window and typed
dir
you will see a list of files in the current directory scroll past

if you type
dir > filelist.txt

the same listing you saw above will be sent into a file named filelist.txt
you can open this file with a text editor, like Notepad or Wordpad.



"chick" <chick@discussions.microsoft.com> wrote in message
news:8FDA15AC-B3A6-451D-9FF9-E78A7AF2079B@microsoft.com...
> Thank you very much of your reply. I had tried that but having got the
> information on the sceen I am unable to do anything with it. How do you
> get
> the resulting text into wordpad, ect?
>
> "Bruce Chambers" wrote:
>
>> chick wrote:
>> > Anyone know how to get a printout of folders and file lists.
>> > I know how to set this up under XP but it does not work with Vista.
>> > Greatful for sugestions. Thanking you.

>>
>>
>> From the command prompt (Start > Run > Cmd.exe), simply change to
>> the desired directory and type "dir > filelist.txt" or "dir > lpt1,"
>> just as you used to do in DOS. Any of the switches for the DIR command
>> (type "dir /?") will work with this command, if you wish to modify the
>> output. You can then subsequently edit the resulting text file using
>> NotePad, WordPad, Word, etc.
>>
>>
>> --
>>
>> Bruce Chambers
>>
>> Help us help you:
>> http://dts-l.org/goodpost.htm
>> http://www.catb.org/~esr/faqs/smart-questions.html
>>
>> They that can give up essential liberty to obtain a little temporary
>> safety deserve neither liberty nor safety. -Benjamin Franklin
>>
>> Many people would rather die than think; in fact, most do. -Bertrand
>> Russell
>>

My System SpecsSystem Spec
Old 06-02-2007   #5 (permalink)
Bruce Chambers


 
 

Re: Printing file lists

chick wrote:
> Thank you very much of your reply. I had tried that but having got the
> information on the sceen I am unable to do anything with it. How do you get
> the resulting text into wordpad, ect?
>



From the command prompt (Start > Run > Cmd.exe), simply change to
the desired directory and type "dir > filelist.txt" You can then
subsequently edit the resulting text file using
NotePad, WordPad, Word, etc.


--

Bruce Chambers

Help us help you:
http://dts-l.org/goodpost.htm
http://www.catb.org/~esr/faqs/smart-questions.html

They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety. -Benjamin Franklin

Many people would rather die than think; in fact, most do. -Bertrand Russell
My System SpecsSystem Spec
Old 06-03-2007   #6 (permalink)
chick


 
 

Re: Printing file lists

Thank you both for your reply. Must say it works a treat. Will have to
resurect my DOS knowledge though.

"Dave" wrote:

> If you opened a cmd window and typed
> dir
> you will see a list of files in the current directory scroll past
>
> if you type
> dir > filelist.txt
>
> the same listing you saw above will be sent into a file named filelist.txt
> you can open this file with a text editor, like Notepad or Wordpad.
>
>
>
> "chick" <chick@discussions.microsoft.com> wrote in message
> news:8FDA15AC-B3A6-451D-9FF9-E78A7AF2079B@microsoft.com...
> > Thank you very much of your reply. I had tried that but having got the
> > information on the sceen I am unable to do anything with it. How do you
> > get
> > the resulting text into wordpad, ect?
> >
> > "Bruce Chambers" wrote:
> >
> >> chick wrote:
> >> > Anyone know how to get a printout of folders and file lists.
> >> > I know how to set this up under XP but it does not work with Vista.
> >> > Greatful for sugestions. Thanking you.
> >>
> >>
> >> From the command prompt (Start > Run > Cmd.exe), simply change to
> >> the desired directory and type "dir > filelist.txt" or "dir > lpt1,"
> >> just as you used to do in DOS. Any of the switches for the DIR command
> >> (type "dir /?") will work with this command, if you wish to modify the
> >> output. You can then subsequently edit the resulting text file using
> >> NotePad, WordPad, Word, etc.
> >>
> >>
> >> --
> >>
> >> Bruce Chambers
> >>
> >> Help us help you:
> >> http://dts-l.org/goodpost.htm
> >> http://www.catb.org/~esr/faqs/smart-questions.html
> >>
> >> They that can give up essential liberty to obtain a little temporary
> >> safety deserve neither liberty nor safety. -Benjamin Franklin
> >>
> >> Many people would rather die than think; in fact, most do. -Bertrand
> >> Russell
> >>

>

My System SpecsSystem Spec
Old 06-03-2007   #7 (permalink)
Dave


 
 

Re: Printing file lists

If you want a windows program to do a directory listing, I found this
program...
http://www.krksoft.com/index.php



"chick" <chick@discussions.microsoft.com> wrote in message
news:21275490-0A59-4C2B-B19D-11C87B6E2EFB@microsoft.com...
> Thank you both for your reply. Must say it works a treat. Will have to
> resurect my DOS knowledge though.
>
> "Dave" wrote:
>
>> If you opened a cmd window and typed
>> dir
>> you will see a list of files in the current directory scroll past
>>
>> if you type
>> dir > filelist.txt
>>
>> the same listing you saw above will be sent into a file named
>> filelist.txt
>> you can open this file with a text editor, like Notepad or Wordpad.
>>
>>
>>
>> "chick" <chick@discussions.microsoft.com> wrote in message
>> news:8FDA15AC-B3A6-451D-9FF9-E78A7AF2079B@microsoft.com...
>> > Thank you very much of your reply. I had tried that but having got the
>> > information on the sceen I am unable to do anything with it. How do you
>> > get
>> > the resulting text into wordpad, ect?
>> >
>> > "Bruce Chambers" wrote:
>> >
>> >> chick wrote:
>> >> > Anyone know how to get a printout of folders and file lists.
>> >> > I know how to set this up under XP but it does not work with Vista.
>> >> > Greatful for sugestions. Thanking you.
>> >>
>> >>
>> >> From the command prompt (Start > Run > Cmd.exe), simply change to
>> >> the desired directory and type "dir > filelist.txt" or "dir > lpt1,"
>> >> just as you used to do in DOS. Any of the switches for the DIR command
>> >> (type "dir /?") will work with this command, if you wish to modify
>> >> the
>> >> output. You can then subsequently edit the resulting text file using
>> >> NotePad, WordPad, Word, etc.
>> >>
>> >>
>> >> --
>> >>
>> >> Bruce Chambers
>> >>
>> >> Help us help you:
>> >> http://dts-l.org/goodpost.htm
>> >> http://www.catb.org/~esr/faqs/smart-questions.html
>> >>
>> >> They that can give up essential liberty to obtain a little temporary
>> >> safety deserve neither liberty nor safety. -Benjamin Franklin
>> >>
>> >> Many people would rather die than think; in fact, most do. -Bertrand
>> >> Russell
>> >>

>>

My System SpecsSystem Spec
Old 06-03-2007   #8 (permalink)
chick


 
 

Re: Printing file lists

Thank very much Dave and first impressions are good, much simpler that using
DOS.
I used to be able to create a file list (text) in Windows Explorer on XP by
adding a new menuentry in the right-click menu when you (right) click on a
folder but, so far, I have not been able to find how you can add that with
Vista. There doew not seem to be a method via file options as in XP. The
program you have indicated comes very close though.

"Dave" wrote:

> If you want a windows program to do a directory listing, I found this
> program...
> http://www.krksoft.com/index.php
>
>
>
> "chick" <chick@discussions.microsoft.com> wrote in message
> news:21275490-0A59-4C2B-B19D-11C87B6E2EFB@microsoft.com...
> > Thank you both for your reply. Must say it works a treat. Will have to
> > resurect my DOS knowledge though.
> >
> > "Dave" wrote:
> >
> >> If you opened a cmd window and typed
> >> dir
> >> you will see a list of files in the current directory scroll past
> >>
> >> if you type
> >> dir > filelist.txt
> >>
> >> the same listing you saw above will be sent into a file named
> >> filelist.txt
> >> you can open this file with a text editor, like Notepad or Wordpad.
> >>
> >>
> >>
> >> "chick" <chick@discussions.microsoft.com> wrote in message
> >> news:8FDA15AC-B3A6-451D-9FF9-E78A7AF2079B@microsoft.com...
> >> > Thank you very much of your reply. I had tried that but having got the
> >> > information on the sceen I am unable to do anything with it. How do you
> >> > get
> >> > the resulting text into wordpad, ect?
> >> >
> >> > "Bruce Chambers" wrote:
> >> >
> >> >> chick wrote:
> >> >> > Anyone know how to get a printout of folders and file lists.
> >> >> > I know how to set this up under XP but it does not work with Vista.
> >> >> > Greatful for sugestions. Thanking you.
> >> >>
> >> >>
> >> >> From the command prompt (Start > Run > Cmd.exe), simply change to
> >> >> the desired directory and type "dir > filelist.txt" or "dir > lpt1,"
> >> >> just as you used to do in DOS. Any of the switches for the DIR command
> >> >> (type "dir /?") will work with this command, if you wish to modify
> >> >> the
> >> >> output. You can then subsequently edit the resulting text file using
> >> >> NotePad, WordPad, Word, etc.
> >> >>
> >> >>
> >> >> --
> >> >>
> >> >> Bruce Chambers
> >> >>
> >> >> Help us help you:
> >> >> http://dts-l.org/goodpost.htm
> >> >> http://www.catb.org/~esr/faqs/smart-questions.html
> >> >>
> >> >> They that can give up essential liberty to obtain a little temporary
> >> >> safety deserve neither liberty nor safety. -Benjamin Franklin
> >> >>
> >> >> Many people would rather die than think; in fact, most do. -Bertrand
> >> >> Russell
> >> >>
> >>

>

My System SpecsSystem Spec
Old 06-03-2007   #9 (permalink)
chick


 
 

Re: Printing file lists

There seems to be a problem with answering as it looks like you have not seen
my thank you to you. Anyway once again my thanks and as you can see I have
now managed.

"Bruce Chambers" wrote:

> chick wrote:
> > Thank you very much of your reply. I had tried that but having got the
> > information on the sceen I am unable to do anything with it. How do you get
> > the resulting text into wordpad, ect?
> >

>
>
> From the command prompt (Start > Run > Cmd.exe), simply change to
> the desired directory and type "dir > filelist.txt" You can then
> subsequently edit the resulting text file using
> NotePad, WordPad, Word, etc.
>
>
> --
>
> Bruce Chambers
>
> Help us help you:
> http://dts-l.org/goodpost.htm
> http://www.catb.org/~esr/faqs/smart-questions.html
>
> They that can give up essential liberty to obtain a little temporary
> safety deserve neither liberty nor safety. -Benjamin Franklin
>
> Many people would rather die than think; in fact, most do. -Bertrand Russell
>

My System SpecsSystem Spec
Old 07-04-2007   #10 (permalink)
R. C. White


 
 

Re: Printing file lists

Hi, Chick.

My favorite was as explained in this KB article:
How to add the Print Directory feature for folders in Windows XP
http://support.microsoft.com/?kbid=321379

The article hasn't been updated since 10/20/2006, so I'm not SURE it will
run in Vista. I haven't tried it.

I know this thread is a month old, but why don't you try this and post back
to let us know.

RC
--
R. C. White, CPA
San Marcos, TX
rc@grandecom.net
Microsoft Windows MVP
(Running Windows Live Mail beta in Vista Ultimate x64)

"chick" <chick@discussions.microsoft.com> wrote in message
news:9DCD605F-E370-45BB-8245-33529F627D9D@microsoft.com...
> Anyone know how to get a printout of folders and file lists.
> I know how to set this up under XP but it does not work with Vista.
> Greatful for sugestions. Thanking you.


My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
printing a file created by the windows printing dialog (print to f PowerShell
Address Lists - Prob 1 of 6 - printing Vista mail
Printing Song Lists from Windows Media Player Vista music pictures video
Displaying file lists Vista file management
Distribution lists/group lists Vista mail


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