eyo technlogies For your PC needs
+ Reply to Thread
Results 1 to 17 of 17

Thread: Software to list files in folder

  1. #1
    Ext User(Donkey D...) Guest

    Software to list files in folder

    Does anyone know of any software, preferably freeware or shareware, that
    will list, (and allow printing of filenames), all files in a folder,
    including those in sub-directories if possible?

    .... Donkey D...



  2. #2
    Ext User(Zyxak) Guest

    Re: Software to list files in folder

    On 21/09/06 00:00, Donkey D... uttered the following...

    >Does anyone know of any software, preferably freeware or shareware, that
    >will list, (and allow printing of filenames), all files in a folder,
    >including those in sub-directories if possible?
    >
    >... Donkey D...
    >
    >
    >

    DIR

    --
    *-------------------------------------------------------------------*
    =Z=
    Remove NOSPAM to reply.
    LIFE: A sexually transmitted disease with a 100% mortality rate.
    *-------------------------------------------------------------------*

  3. #3
    Ext User(Donkey D...) Guest

    Re: Software to list files in folder


    "Zyxak" <zyxak@NOSPAM.email.com> wrote in message
    news:45115070$0$5108$afc38c87@news.optusnet.com.au ...
    > On 21/09/06 00:00, Donkey D... uttered the following...
    >
    > >Does anyone know of any software, preferably freeware or shareware, that
    > >will list, (and allow printing of filenames), all files in a folder,
    > >including those in sub-directories if possible?
    > >
    > >... Donkey D...
    > >
    > >
    > >

    > DIR
    >
    > --
    > *-------------------------------------------------------------------*
    > =Z=
    > Remove NOSPAM to reply.
    > LIFE: A sexually transmitted disease with a 100% mortality rate.
    > *-------------------------------------------------------------------*


    And what about the contents of all sub-directories?

    .... Donkey



  4. #4
    Ext User(Oldus Fartus) Guest

    Re: Software to list files in folder

    Donkey D... wrote:
    > Does anyone know of any software, preferably freeware or shareware, that
    > will list, (and allow printing of filenames), all files in a folder,
    > including those in sub-directories if possible?
    >
    > ... Donkey D...
    >
    >


    Open a Command Prompt, and navigate to the folder you want.
    dir /s >c:\dirlist.txt

    This will start in your current directory and list all filenames in
    that, and any sub-directories, and save the output to a file named
    dirlist.txt in the root directory of C:

    You can then open the file in Notepad or another editor for viewing and
    printing.

    --
    Cheers
    Oldus Fartus

  5. #5
    Ext User(Donkey D...) Guest

    Re: Software to list files in folder


    "Oldus Fartus" <denisand@iiNOSPAMnet.net.au> wrote in message
    news:45115340$0$13645$5a62ac22@per-qv1-newsreader-01.iinet.net.au...
    > Donkey D... wrote:
    > > Does anyone know of any software, preferably freeware or shareware, that
    > > will list, (and allow printing of filenames), all files in a folder,
    > > including those in sub-directories if possible?
    > >
    > > ... Donkey D...
    > >
    > >

    >
    > Open a Command Prompt, and navigate to the folder you want.
    > dir /s >c:\dirlist.txt
    >
    > This will start in your current directory and list all filenames in
    > that, and any sub-directories, and save the output to a file named
    > dirlist.txt in the root directory of C:
    >
    > You can then open the file in Notepad or another editor for viewing and
    > printing.
    >
    > --
    > Cheers
    > Oldus Fartus


    Hello again Oldus Fartus - the biggest problem with doing it from MS-DOS is
    that it truncates filenames longer than 12 characters to the old 8.3 format.
    I have a lot of filenames that exceed this.

    .... Donkey D...



  6. #6
    Ext User(Oldus Fartus) Guest

    Re: Software to list files in folder

    Donkey D... wrote:

    >> Open a Command Prompt, and navigate to the folder you want.
    >> dir /s >c:\dirlist.txt
    >>
    >> This will start in your current directory and list all filenames in
    >> that, and any sub-directories, and save the output to a file named
    >> dirlist.txt in the root directory of C:
    >>
    >> You can then open the file in Notepad or another editor for viewing and
    >> printing.
    >>
    >> --
    >> Cheers
    >> Oldus Fartus

    >
    > Hello again Oldus Fartus - the biggest problem with doing it from MS-DOS is
    > that it truncates filenames longer than 12 characters to the old 8.3 format.
    > I have a lot of filenames that exceed this.
    >
    > ... Donkey D...
    >
    >


    Sorry, I assumed XP, what operating system are you using?

    --
    Cheers
    Oldus Fartus

  7. #7
    Ext User(Donkey D...) Guest

    Re: Software to list files in folder


    "Oldus Fartus" <denisand@iiNOSPAMnet.net.au> wrote in message
    news:451156a0$0$13643$5a62ac22@per-qv1-newsreader-01.iinet.net.au...
    > Donkey D... wrote:
    >
    > >> Open a Command Prompt, and navigate to the folder you want.
    > >> dir /s >c:\dirlist.txt
    > >>
    > >> This will start in your current directory and list all filenames in
    > >> that, and any sub-directories, and save the output to a file named
    > >> dirlist.txt in the root directory of C:
    > >>
    > >> You can then open the file in Notepad or another editor for viewing and
    > >> printing.
    > >>
    > >> --
    > >> Cheers
    > >> Oldus Fartus

    > >
    > > Hello again Oldus Fartus - the biggest problem with doing it from MS-DOS

    is
    > > that it truncates filenames longer than 12 characters to the old 8.3

    format.
    > > I have a lot of filenames that exceed this.
    > >
    > > ... Donkey D...

    >
    > Sorry, I assumed XP, what operating system are you using?
    >
    > Cheers
    > Oldus Fartus


    As I just mentioned in my other post, I'm running Win98 on this machine, for
    reasons explained in the other thread.

    Does XP do a "DIR" without truncating filenames? If so, I do have my
    computers networked, so I could possibly do what you suggest from the other
    box, via the network cable.

    .... Donkey D... (Steve)



  8. #8
    Ext User(Gary R. Schmidt) Guest

    Re: Software to list files in folder

    Donkey D... wrote:
    > Does anyone know of any software, preferably freeware or shareware, that
    > will list, (and allow printing of filenames), all files in a folder,
    > including those in sub-directories if possible?
    >
    > ... Donkey D...
    >
    >

    Start->Run->cmd

    dir/s > lpt:

    Cheers,
    Gary B-)

    --
    __________________________________________________ ____________________________
    Armful of chairs: Something some people would not know
    whether you were up them with or not
    - Barry Humphries

  9. #9
    Ext User(Oldus Fartus) Guest

    Re: Software to list files in folder

    Donkey D... wrote:

    >
    > As I just mentioned in my other post, I'm running Win98 on this machine, for
    > reasons explained in the other thread.
    >
    > Does XP do a "DIR" without truncating filenames? If so, I do have my
    > computers networked, so I could possibly do what you suggest from the other
    > box, via the network cable.
    >


    Yes, just saw and replied to that post.

    My hint will still work with 98. Rather than restarting in DOS mode
    open a Command Prompt via START - RUN - COMMAND

    When you dir a DIR from there you will get both the short and long
    filenames (short on left of screen, date etc in middle, and long
    filenames on right).

    --
    Cheers
    Oldus Fartus

  10. #10
    Ext User(Donkey D...) Guest

    Re: Software to list files in folder


    "Oldus Fartus" <denisand@iiNOSPAMnet.net.au> wrote in message
    news:45115cb1$0$13631$5a62ac22@per-qv1-newsreader-01.iinet.net.au...
    > Donkey D... wrote:
    >
    > > As I just mentioned in my other post, I'm running Win98 on this machine,

    for
    > > reasons explained in the other thread.
    > >
    > > Does XP do a "DIR" without truncating filenames? If so, I do have my
    > > computers networked, so I could possibly do what you suggest from the

    other
    > > box, via the network cable.

    >
    > Yes, just saw and replied to that post.
    >
    > My hint will still work with 98. Rather than restarting in DOS mode
    > open a Command Prompt via START - RUN - COMMAND
    >
    > When you dir a DIR from there you will get both the short and long
    > filenames (short on left of screen, date etc in middle, and long
    > filenames on right).
    >
    > Cheers
    > Oldus Fartus


    Thanks again Denis,
    it's way past this old fart's bedtime, so I'll
    check that out in the morning.
    .... Donkey D... (Steve)



  11. #11
    Ext User(The Old Bloke) Guest

    Re: Software to list files in folder


    "Donkey D..." <NoSpam@ForMe.com> wrote in message
    news:451151b5$0$17214$afc38c87@news.optusnet.com.a u...
    >
    > "Zyxak" <zyxak@NOSPAM.email.com> wrote in message
    > news:45115070$0$5108$afc38c87@news.optusnet.com.au ...
    >> On 21/09/06 00:00, Donkey D... uttered the following...
    >>
    >> >Does anyone know of any software, preferably freeware or shareware, that
    >> >will list, (and allow printing of filenames), all files in a folder,
    >> >including those in sub-directories if possible?
    >> >
    >> >... Donkey D...
    >> >
    >> >
    >> >

    >> DIR
    >>
    >> --
    >> *-------------------------------------------------------------------*
    >> =Z=
    >> Remove NOSPAM to reply.
    >> LIFE: A sexually transmitted disease with a 100% mortality rate.
    >> *-------------------------------------------------------------------*

    >
    > And what about the contents of all sub-directories?



    The /s forces the listing of files in sub directories.

    Regards
    >
    > ... Donkey
    >
    >




  12. #12
    Ext User(Donkey D...) Guest

    Re: Software to list files in folder


    "The Old Bloke" <le0pard32@gmail.com> wrote in message
    news:vGgQg.32863$rP1.10380@news-server.bigpond.net.au...
    >
    > "Donkey D..." <NoSpam@ForMe.com> wrote in message
    > news:451151b5$0$17214$afc38c87@news.optusnet.com.a u...
    > >
    > > "Zyxak" <zyxak@NOSPAM.email.com> wrote in message
    > > news:45115070$0$5108$afc38c87@news.optusnet.com.au ...
    > >> On 21/09/06 00:00, Donkey D... uttered the following...
    > >>
    > >> >Does anyone know of any software, preferably freeware or shareware,

    that
    > >> >will list, (and allow printing of filenames), all files in a folder,
    > >> >including those in sub-directories if possible?
    > >> >
    > >> >... Donkey D...
    > >> >
    > >> DIR
    > >>
    > >> --
    > >> *-------------------------------------------------------------------*
    > >> =Z=
    > >> Remove NOSPAM to reply.
    > >> LIFE: A sexually transmitted disease with a 100% mortality rate.
    > >> *-------------------------------------------------------------------*

    > >
    > > And what about the contents of all sub-directories?

    >
    > The /s forces the listing of files in sub directories.
    >
    > Regards
    > >
    > > ... Donkey
    > >

    As it happens, a few glasses of wine and some good discussion, (of
    bullshit), has kept me up all night, so I'm still awake to read this...

    Thanks for the input, "Old Bloke". I'll check out the various replies in
    the morning. (Read this as: whatever time I eventually get up after a whole
    night sitting at the computer being entertained by the many replies to my
    many posts in many newsgroups.) I don't usually stay up all night, but I had
    a ball tonight. (My old dog tells me it's time to hit the sack. He's big and
    I'm small, so I have to do what he says. Also, the Marianne Faithful CD,
    (Broken English), I've been listening to is coming to an end.)

    .... another old bloke (aka Old Sam, aka Donkey D..., aka Little Steve)
    friends call me Steve. Others call me many things.

    P.S. Good to see that I'm not the only Donkey around.
    P.P.S As of tomorrow, I'll get back on track and talk electronics, but
    tonight there were no interesting posts



  13. #13
    Ext User(steam3801) Guest

    Re: Software to list files in folder

    On Thu, 21 Sep 2006 00:00:59 +1000, "Donkey D..." <NoSpam@ForMe.com> -
    in a blinding flash of brilliance - wrote:

    >Does anyone know of any software, preferably freeware or shareware, that
    >will list, (and allow printing of filenames), all files in a folder,
    >including those in sub-directories if possible?


    http://www.download.com/3120-20_4-0....ctory&tag=srch

    http://www.tucows.com/search?search_...h_size_multi=b
    --
    steam3801
    No bananas kept on these premises overnight

  14. #14
    Ext User(Groucho) Guest

    Re: Software to list files in folder


    "Donkey D..." <NoSpam@ForMe.com> wrote in message
    news:45114999$0$5110$afc38c87@news.optusnet.com.au ...
    > Does anyone know of any software, preferably freeware or shareware, that
    > will list, (and allow printing of filenames), all files in a folder,
    > including those in sub-directories if possible?
    >
    > ... Donkey D...
    >
    >


    http://www.karenware.com/powertools/powertools.asp

    Directory printer amongst them. Very handy at the odd time needed and hangs
    in right mouse click menu when installed.



  15. #15
    Ext User(jollyrodgers) Guest

    Re: Software to list files in folder


    "Donkey D..." <NoSpam@ForMe.com> wrote in message
    news:45114999$0$5110$afc38c87@news.optusnet.com.au ...
    > Does anyone know of any software, preferably freeware or shareware, that
    > will list, (and allow printing of filenames), all files in a folder,
    > including those in sub-directories if possible?



    Get this it is free problem solved.
    http://www.spadixbd.com/freetools/jdirprint.htm



  16. #16
    icemanx's Avatar
    icemanx is offline Phorums member I'm either new or don't have much to say

    Join Date
    Mar 2005
    Location
    Perth, Australia
    Age
    51
    Posts
    35
    try here for the best one

    http://www.jddesign.co.uk

    A directory print facility. You can print file directory listings from Windows Explorer by right clicking a drive, file folder, or a group of selected files.
    Have a Nice Day

  17. #17
    Ext User(Little Steve) Guest

    Re: Software to list files in folder

    "jollyrodgers" <jollyrod@bogpound.cum> wrote in message
    news:VVsQg.33155$rP1.1485@news-server.bigpond.net.au...
    >
    > "Donkey D..." <NoSpam@ForMe.com> wrote in message
    > news:45114999$0$5110$afc38c87@news.optusnet.com.au ...
    > > Does anyone know of any software, preferably freeware or shareware, that
    > > will list, (and allow printing of filenames), all files in a folder,
    > > including those in sub-directories if possible?

    >
    > Get this it is free problem solved.
    > http://www.spadixbd.com/freetools/jdirprint.htm
    >

    You're quite right - problem solved - this is exactly what I was looking
    for. Thank you Jolly Rodgers.

    Also, thanks to all those who posted and especially to Oldus Fartus who put
    a fair bit of effort into this. I appreciate the help.
    The reason for my post is that "datasheetarchive.com" is looking to buy
    electronic datasheets and I have a fairly extensive collection that I'd like
    to share. The money is irrelevant, (and I'm sure they don't pay much), but
    if my collection can help others....
    .... Steve



+ Reply to Thread

Similar Threads

  1. Printing list of several folder names ( Contents of CD )
    By Ext User(Craig Dalgleish) in forum microsoft.public.windowsxp.help_and_support
    Replies: 4
    Last Post: 24-01-2006, 02:04 AM
  2. How can I print a list of the files in a folder?
    By Ext User(PSI) in forum microsoft.public.windowsxp.help_and_support
    Replies: 5
    Last Post: 17-12-2005, 01:23 PM
  3. No .exe extension in file list, Can't download any software!
    By SorentoTheCar in forum microsoft.public.windowsxp.help_and_support
    Replies: 3
    Last Post: 08-07-2005, 02:44 PM
  4. How do I share a folder in the Program Files Folder?
    By Matt in forum microsoft.public.windowsxp.help_and_support
    Replies: 3
    Last Post: 09-04-2005, 09:46 PM
  5. Printing list of files in a folder
    By technopeasant in forum microsoft.public.windowsxp.help_and_support
    Replies: 4
    Last Post: 07-11-2004, 10:53 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts