Close

Results 1 to 15 of 15
  1. #1
    DF Rookie Tech_N9ne's Avatar
    Join Date
    Feb 2004
    Location
    USA
    Posts
    8
    Thanks
    0
    Thanked:        0
    Karma Level
    0

    Default Looking for a Program

    Hi all,
    I'm looking for a program that will generate a list of files in a certain directory. I'm trying to make a list of all the DVD Covers I have but do not want to type out all 10gb of DVD Covers I have. I tired LS- File List Generator but when I exit the program it still remains running in my processes and it will not "End Task". I have to reboot my system for it to complete stop running. :annoyed: Anyone know a similar program for this? Thanks

  2. #2
    DF VIP Member Shotgunjim's Avatar
    Join Date
    Feb 2003
    Location
    London Proper
    Posts
    6,448
    Thanks
    231
    Thanked:        166
    Karma Level
    614

    Default Re: Looking for a Program

    I have been looking for something like this also... I have backup HD's that I store and need to find a way to catalogue them...
    - Plan for Tomorrow - Live for today - Hail to the King Baby -

  3. #3
    DF VIP Member /dev/null's Avatar
    Join Date
    Feb 2004
    Location
    Behind You
    Posts
    2,952
    Thanks
    0
    Thanked:        0
    Karma Level
    451

    Default Re: Looking for a Program

    Not the best way to do it, but just stick a batch file (assuming you are using windows) like below in the directory and run it...

    Code:
     
    @echo off
     
    dir /b > mylist.txt

  4. #4
    DF Rookie Tech_N9ne's Avatar
    Join Date
    Feb 2004
    Location
    USA
    Posts
    8
    Thanks
    0
    Thanked:        0
    Karma Level
    0

    Default Re: Looking for a Program

    yeah i did that but would like to include sizes. just looking for a program that would do something like...
    Code:
    [File Name]                              [Size]
    Something About Mary                     4.6 MB
    --------------------------------------------------
    Number of Files: 1
    Total Size: 4.6MB
    Last edited by Tech_N9ne; 12th October 2004 at 08:13 PM.

  5. #5
    DF VIP Member slartibartfast's Avatar
    Join Date
    Jan 2001
    Posts
    2,867
    Thanks
    1
    Thanked:        4
    Karma Level
    779

    Default Re: Looking for a Program

    Is this the sort of thing your looking for.

    Advanced File Organizer - http://www.softprime.com

  6. #6
    DF Rookie Tech_N9ne's Avatar
    Join Date
    Feb 2004
    Location
    USA
    Posts
    8
    Thanks
    0
    Thanked:        0
    Karma Level
    0

    Default Re: Looking for a Program

    Not really what I was looking for but it is a very good program. Going to check out the trial version a lil bit more and might buy it if i like it.

  7. #7
    DF Super Moderator mc.dodd's Avatar
    Join Date
    Mar 2004
    Location
    Wrecsam
    Posts
    3,567
    Thanks
    1,269
    Thanked:        339
    Karma Level
    598

    Default Re: Looking for a Program

    hi m8..will this help?


    Advanced Disk Catalog v1.51
    --------------------------------------------------------------------------------
    A program to catalog all kind of media: floppies, CD-ROMs etc. Organize your volumes, folders and files into categories; browse inside archives (ZIP, ARJ etc); add comment to any/all items; search for files and folders with many options; generate reports, extract descriptions from various documents and more. Supports CDDB (Internet CD database). Multilingual user interface is provided.

    http://elcomsoft.com/adc.html

    pm me if u want the full version

  8. #8
    DF Rookie Tech_N9ne's Avatar
    Join Date
    Feb 2004
    Location
    USA
    Posts
    8
    Thanks
    0
    Thanked:        0
    Karma Level
    0

    Default Re: Looking for a Program

    That's probably what Shotgunjim is looking for. I'm looking for more of just listing a certain directory of it's content not so much a whole CD or HD Volume. That' is a nice program though. Thanks

  9. #9
    DF Probation Fusen's Avatar
    Join Date
    Mar 2004
    Location
    Kent Uni
    Posts
    3,672
    Thanks
    0
    Thanked:        0
    Karma Level
    566

    Default Re: Looking for a Program

    use the command prompt theres a command to send all contents of a fiodler with file sizes to a text file I'll have quick look to see what it is

    start > run > command > change directory to the folder you want like

    E:
    cd movies
    then type
    dir > mylist.txt

    and it'll give you as text file like

    Volume in drive C has no label.
    Volume Serial Number is D8CE-

    Directory of C:\DOCUME~1\ADMINI~1\DESKTOP

    13/10/2004 08:43 <DIR> .
    13/10/2004 08:43 <DIR> ..
    26/02/2004 11:38 69 et.bat
    22/05/2004 03:12 3,584 fix-gamma.exe
    04/10/2004 03:47 36,465 hitbox2.JPG
    13/10/2004 12:14 162 index.html
    28/09/2004 08:39 276,353,940 PersuadedToJump.avi
    18 File(s) 1,944,548,195 bytes
    5 Dir(s) 14,197,788,672 bytes free
    Last edited by Fusen; 13th October 2004 at 08:45 PM.

  10. #10
    DF Probation Fusen's Avatar
    Join Date
    Mar 2004
    Location
    Kent Uni
    Posts
    3,672
    Thanks
    0
    Thanked:        0
    Karma Level
    566

    Default Re: Looking for a Program

    oh also found this http://www.galcott.com/dp.htm

    which does the same as above but you chave options to enable diff things blah blah

  11. #11
    DF VIP Member Shotgunjim's Avatar
    Join Date
    Feb 2003
    Location
    London Proper
    Posts
    6,448
    Thanks
    231
    Thanked:        166
    Karma Level
    614

    Default Re: Looking for a Program

    Quote Originally Posted by Tech_N9ne
    That's probably what Shotgunjim is looking for. I'm looking for more of just listing a certain directory of it's content not so much a whole CD or HD Volume. That' is a nice program though. Thanks
    Certainly is!

    mc.dodd, check you pm!! :thumbs
    - Plan for Tomorrow - Live for today - Hail to the King Baby -

  12. #12
    DF Super Moderator mc.dodd's Avatar
    Join Date
    Mar 2004
    Location
    Wrecsam
    Posts
    3,567
    Thanks
    1,269
    Thanked:        339
    Karma Level
    598

    Default Re: Looking for a Program

    I have checked and replied 2 u m8..will send u the software later

    cheers

  13. #13
    DF Super Moderator mc.dodd's Avatar
    Join Date
    Mar 2004
    Location
    Wrecsam
    Posts
    3,567
    Thanks
    1,269
    Thanked:        339
    Karma Level
    598

    Default Re: Looking for a Program

    @Tech_N9ne

    try these mate

  14. #14
    DF Rookie padd's Avatar
    Join Date
    Oct 2004
    Location
    Doncaster
    Posts
    21
    Thanks
    0
    Thanked:        0
    Karma Level
    0

    Default Re: Looking for a Program

    Open a command prompt, go to the directory you want and type

    Code:
    tree /F > c:\yourfile.txt
    should produce a text file with a directory tree listing

  15. #15
    DF Rookie kramer's Avatar
    Join Date
    Oct 2004
    Location
    Muswellbrook
    Posts
    13
    Thanks
    0
    Thanked:        0
    Karma Level
    0

    Default Re: Looking for a Program

    try this

    start

    run

    type cmd

    go to your directory using cd.. to go backwards and cd (folder name) to get there and dir/p to see the contents of that folder

    eg
    Microsoft Windows XP [Version 5.1.2600]
    (C) Copyright 1985-2001 Microsoft Corp.

    C:\Documents and Settings\Chris>cd..

    C:\Documents and Settings>cd..

    C:\>dir/p
    Volume in drive C is WindowsXP
    Volume Serial Number is 5CEC-92D1

    Directory of C:\

    31/08/2004 08:04 PM 0 AUTOEXEC.BAT
    31/08/2004 08:04 PM 0 CONFIG.SYS
    31/08/2004 08:44 PM <DIR> Documents and Settings
    15/09/2004 05:39 PM <DIR> Dsr-Video
    25/09/2004 06:32 PM <DIR> FTW
    04/10/2004 02:15 PM <DIR> games
    15/10/2004 05:53 PM 519 hpfr3420.xml
    15/10/2004 05:53 PM 1,062 hpfr3425.log
    11/10/2004 04:00 PM <DIR> HPTEMPG
    16/09/2004 02:40 PM <DIR> pdf995
    15/10/2004 05:41 AM <DIR> Program Files
    19/10/2004 03:57 PM <DIR> WINDOWS
    4 File(s) 1,581 bytes
    8 Dir(s) 4,676,714,496 bytes free

    C:\>cd program files

    once you find the folder that you want type dir/p and then right click and select all
    press enter
    open up notepad or any program and right click then paste hence it will give you a list without typing

Similar Threads

  1. how to get rid of always open up with this program
    By flypitcher in forum PC Problems
    Replies: 4
    Last Post: 13th October 2002, 09:12 PM
  2. xodus program help needed
    By shommel in forum Microsoft Consoles
    Replies: 0
    Last Post: 11th October 2002, 11:33 PM
  3. The best Program ever...
    By Mr E Nigma in forum Cars & Motorbikes
    Replies: 9
    Last Post: 30th August 2002, 03:06 AM

Social Networking Bookmarks

Posting Permissions

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