Results 1 to 16 of 16

Thread: File Lists

  1. #1
    Super Tanker Driver hitman67's Avatar
    Join Date
    Dec 2005
    Location
    Nr Kendal, LA6
    Posts
    1,328
    Thanks
    36
    Thanked
    23 times in 13 posts
    • hitman67's system
      • Motherboard:
      • AsRock Something
      • CPU:
      • AMD 64 x2 4200+
      • Memory:
      • 1GB DDR Dual Channel
      • Storage:
      • 200gb Samsung Spinpoint
      • Graphics card(s):
      • Nividia Go 6100
      • PSU:
      • ColorsIT 400w
      • Case:
      • ColorsIT Cool Case
      • Monitor(s):
      • Compaq 15" TFT
      • Internet:
      • 1mb Broadband

    File Lists

    Going to sound an odd one here, but I'm calling on the collective IQ of Hexus here.

    I seem to remember a program you could use and it'd make a list of all the files in a folder you set it to, now I could do with it to help with my MP3 Collection.

    Any Ideas?
    [: O |=====|O :] Beyond Fashion Since 1948

    Quote Originally Posted by XTR
    Ford Focus - I’m a boy-racer disguised as a sensible office worker at the weekends I'm a curry monster!!
    Correct apart from the working part

  2. #2
    mutantbass head Lee H's Avatar
    Join Date
    Dec 2003
    Location
    M28, Manchester
    Posts
    14,204
    Thanks
    337
    Thanked
    671 times in 580 posts
    • Lee H's system
      • Motherboard:
      • MSI Z370 Carbon Gaming
      • CPU:
      • Intel i7 8700K Unlocked CPU
      • Memory:
      • 16 GB Corsair Vengeance 3200 LPX
      • Storage:
      • 250GB 960 EVO + a few more drives
      • Graphics card(s):
      • 6GB Palit GTX 1060 Dual
      • PSU:
      • Antec Truepower 750W Modular Blue
      • Case:
      • Corsair 600T White Edition
      • Operating System:
      • Windows 10 PRO
      • Monitor(s):
      • 27" Asus MX279H & 24" Acer 3D GD245HQ + the 3D glasses
      • Internet:
      • Virgin Media
    Dir *.mp3 >list.txt in the command window ?

    Dirty and cheap but an ideal way for listing everything to a text file

    A few media players can do this for you like the creative one supplied with the x-fi cards.
    Last edited by Lee H; 28-10-2006 at 02:39 PM.

  3. #3
    Super Tanker Driver hitman67's Avatar
    Join Date
    Dec 2005
    Location
    Nr Kendal, LA6
    Posts
    1,328
    Thanks
    36
    Thanked
    23 times in 13 posts
    • hitman67's system
      • Motherboard:
      • AsRock Something
      • CPU:
      • AMD 64 x2 4200+
      • Memory:
      • 1GB DDR Dual Channel
      • Storage:
      • 200gb Samsung Spinpoint
      • Graphics card(s):
      • Nividia Go 6100
      • PSU:
      • ColorsIT 400w
      • Case:
      • ColorsIT Cool Case
      • Monitor(s):
      • Compaq 15" TFT
      • Internet:
      • 1mb Broadband
    Quote Originally Posted by Lee @ SCAN View Post
    Dir *.mp3 >list.txt in the command window ?

    Dirty and cheap but an ideal way for listing everything to a text file

    A few media players can do this for you like the creative one supplied with the x-fi cards.
    Ok, how would I go about making that one work, I assume just typing that straight into Command Prompt would just make it confuddled...

    EDIT: and it did
    [: O |=====|O :] Beyond Fashion Since 1948

    Quote Originally Posted by XTR
    Ford Focus - I’m a boy-racer disguised as a sensible office worker at the weekends I'm a curry monster!!
    Correct apart from the working part

  4. #4
    Seething Cauldron of Hatred TheAnimus's Avatar
    Join Date
    Aug 2005
    Posts
    17,164
    Thanks
    803
    Thanked
    2,152 times in 1,408 posts
    try tree /F /A > files.txt
    throw new ArgumentException (String, String, Exception)

  5. #5
    Gaarrrrr! Dav0s's Avatar
    Join Date
    Aug 2005
    Location
    Bristol
    Posts
    1,442
    Thanks
    1
    Thanked
    3 times in 3 posts
    cd C:\MP3

    dir *.mp3 > list.txt

  6. #6
    Super Tanker Driver hitman67's Avatar
    Join Date
    Dec 2005
    Location
    Nr Kendal, LA6
    Posts
    1,328
    Thanks
    36
    Thanked
    23 times in 13 posts
    • hitman67's system
      • Motherboard:
      • AsRock Something
      • CPU:
      • AMD 64 x2 4200+
      • Memory:
      • 1GB DDR Dual Channel
      • Storage:
      • 200gb Samsung Spinpoint
      • Graphics card(s):
      • Nividia Go 6100
      • PSU:
      • ColorsIT 400w
      • Case:
      • ColorsIT Cool Case
      • Monitor(s):
      • Compaq 15" TFT
      • Internet:
      • 1mb Broadband
    Quote Originally Posted by TheAnimus View Post
    try tree /F /A > files.txt
    Like the alter boy said to the vicar, come again?
    [: O |=====|O :] Beyond Fashion Since 1948

    Quote Originally Posted by XTR
    Ford Focus - I’m a boy-racer disguised as a sensible office worker at the weekends I'm a curry monster!!
    Correct apart from the working part

  7. #7
    Seething Cauldron of Hatred TheAnimus's Avatar
    Join Date
    Aug 2005
    Posts
    17,164
    Thanks
    803
    Thanked
    2,152 times in 1,408 posts
    dir is anoyingly limited.

    tree prodecues something like this:
    Code:
    ├───Aim
    │   ├───Cold Water Music
    │   ├───Hinterland
    │   └───Means Of Production (The Singles 1995 - 1998)
    └───µ-Ziq
        └───Lunatic Harness
    the /F tag will make it list the files in the folder, above i didn't have the /F

    the /A tag will make it use ASCI chars, rather than unicode (better for sharing on the net)
    throw new ArgumentException (String, String, Exception)

  8. #8
    Comfortably Numb directhex's Avatar
    Join Date
    Jul 2003
    Location
    /dev/urandom
    Posts
    17,074
    Thanks
    228
    Thanked
    1,027 times in 678 posts
    • directhex's system
      • Motherboard:
      • Asus ROG Strix B550-I Gaming
      • CPU:
      • Ryzen 5900x
      • Memory:
      • 64GB G.Skill Trident Z RGB
      • Storage:
      • 2TB Seagate Firecuda 520
      • Graphics card(s):
      • EVGA GeForce RTX 3080 XC3 Ultra
      • PSU:
      • EVGA SuperNOVA 850W G3
      • Case:
      • NZXT H210i
      • Operating System:
      • Ubuntu 20.04, Windows 10
      • Monitor(s):
      • LG 34GN850
      • Internet:
      • FIOS
    Quote Originally Posted by TheAnimus View Post
    the /A tag will make it use ASCI chars, rather than unicode (better for sharing on the net)
    anyone not using unicode deserves whatever they get

  9. #9
    Seething Cauldron of Hatred TheAnimus's Avatar
    Join Date
    Aug 2005
    Posts
    17,164
    Thanks
    803
    Thanked
    2,152 times in 1,408 posts
    Quote Originally Posted by directhex View Post
    anyone not using unicode deserves whatever they get
    twice as much storage space?
    throw new ArgumentException (String, String, Exception)

  10. #10
    Comfortably Numb directhex's Avatar
    Join Date
    Jul 2003
    Location
    /dev/urandom
    Posts
    17,074
    Thanks
    228
    Thanked
    1,027 times in 678 posts
    • directhex's system
      • Motherboard:
      • Asus ROG Strix B550-I Gaming
      • CPU:
      • Ryzen 5900x
      • Memory:
      • 64GB G.Skill Trident Z RGB
      • Storage:
      • 2TB Seagate Firecuda 520
      • Graphics card(s):
      • EVGA GeForce RTX 3080 XC3 Ultra
      • PSU:
      • EVGA SuperNOVA 850W G3
      • Case:
      • NZXT H210i
      • Operating System:
      • Ubuntu 20.04, Windows 10
      • Monitor(s):
      • LG 34GN850
      • Internet:
      • FIOS
    Quote Originally Posted by TheAnimus View Post
    twice as much storage space?
    assuming every file on a disk is a) simple text b) a multibyte character. i've got gigs of data like that!

  11. #11
    Super Tanker Driver hitman67's Avatar
    Join Date
    Dec 2005
    Location
    Nr Kendal, LA6
    Posts
    1,328
    Thanks
    36
    Thanked
    23 times in 13 posts
    • hitman67's system
      • Motherboard:
      • AsRock Something
      • CPU:
      • AMD 64 x2 4200+
      • Memory:
      • 1GB DDR Dual Channel
      • Storage:
      • 200gb Samsung Spinpoint
      • Graphics card(s):
      • Nividia Go 6100
      • PSU:
      • ColorsIT 400w
      • Case:
      • ColorsIT Cool Case
      • Monitor(s):
      • Compaq 15" TFT
      • Internet:
      • 1mb Broadband
    Can someone translate this into dumb buggar's english for me please?
    [: O |=====|O :] Beyond Fashion Since 1948

    Quote Originally Posted by XTR
    Ford Focus - I’m a boy-racer disguised as a sensible office worker at the weekends I'm a curry monster!!
    Correct apart from the working part

  12. #12
    Seething Cauldron of Hatred TheAnimus's Avatar
    Join Date
    Aug 2005
    Posts
    17,164
    Thanks
    803
    Thanked
    2,152 times in 1,408 posts
    go into a command prompt

    start -> run -> cmd

    navigate to the folder you wish to enumerate using cd

    once there type "tree /F > foo.txt"

    then open foo.txt
    throw new ArgumentException (String, String, Exception)

  13. #13
    Super Tanker Driver hitman67's Avatar
    Join Date
    Dec 2005
    Location
    Nr Kendal, LA6
    Posts
    1,328
    Thanks
    36
    Thanked
    23 times in 13 posts
    • hitman67's system
      • Motherboard:
      • AsRock Something
      • CPU:
      • AMD 64 x2 4200+
      • Memory:
      • 1GB DDR Dual Channel
      • Storage:
      • 200gb Samsung Spinpoint
      • Graphics card(s):
      • Nividia Go 6100
      • PSU:
      • ColorsIT 400w
      • Case:
      • ColorsIT Cool Case
      • Monitor(s):
      • Compaq 15" TFT
      • Internet:
      • 1mb Broadband
    I apologise deeply for my retardedness, but I keep getting "/My is not a regonised...

    I assume CD is Code, but I canny get it to work.
    [: O |=====|O :] Beyond Fashion Since 1948

    Quote Originally Posted by XTR
    Ford Focus - I’m a boy-racer disguised as a sensible office worker at the weekends I'm a curry monster!!
    Correct apart from the working part

  14. #14
    Seething Cauldron of Hatred TheAnimus's Avatar
    Join Date
    Aug 2005
    Posts
    17,164
    Thanks
    803
    Thanked
    2,152 times in 1,408 posts
    cd is change directory,

    so say you went cd C:\WINDOWS

    you would navigate to the windows folder
    throw new ArgumentException (String, String, Exception)

  15. #15
    Super Tanker Driver hitman67's Avatar
    Join Date
    Dec 2005
    Location
    Nr Kendal, LA6
    Posts
    1,328
    Thanks
    36
    Thanked
    23 times in 13 posts
    • hitman67's system
      • Motherboard:
      • AsRock Something
      • CPU:
      • AMD 64 x2 4200+
      • Memory:
      • 1GB DDR Dual Channel
      • Storage:
      • 200gb Samsung Spinpoint
      • Graphics card(s):
      • Nividia Go 6100
      • PSU:
      • ColorsIT 400w
      • Case:
      • ColorsIT Cool Case
      • Monitor(s):
      • Compaq 15" TFT
      • Internet:
      • 1mb Broadband
    ahh so I have to type cd before each one, Thank you.

    And its worked, Thank you very much indeed
    [: O |=====|O :] Beyond Fashion Since 1948

    Quote Originally Posted by XTR
    Ford Focus - I’m a boy-racer disguised as a sensible office worker at the weekends I'm a curry monster!!
    Correct apart from the working part

  16. #16
    Gaarrrrr! Dav0s's Avatar
    Join Date
    Aug 2005
    Location
    Bristol
    Posts
    1,442
    Thanks
    1
    Thanked
    3 times in 3 posts
    everybody shd have basic command prompt knowledge, maybe you should read up about it

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 63
    Last Post: 14-11-2011, 09:17 AM
  2. Need help on my maxtor harddrives
    By arthurleung in forum PC Hardware and Components
    Replies: 10
    Last Post: 12-06-2007, 09:40 PM
  3. Multiple problems - help!
    By Ruggerbugger in forum Help! Quick Relief From Tech Headaches
    Replies: 7
    Last Post: 18-08-2006, 11:41 PM
  4. Nero or Burner ?
    By Foxile in forum Help! Quick Relief From Tech Headaches
    Replies: 30
    Last Post: 04-04-2005, 07:31 AM
  5. Dodgy DVD-r's ?
    By starside in forum Help! Quick Relief From Tech Headaches
    Replies: 12
    Last Post: 27-03-2005, 06:11 PM

Posting Permissions

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