Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

File and folder catalogue tool

  • 18-02-2004 1:27pm
    #1
    Registered Users, Registered Users 2 Posts: 626 ✭✭✭


    Hi,

    I am looking for a program to catalog files and folders. I really want it to make contents lists for DVD-Rs on which I'll be backing up data, particularly mp3s. I would just like a simple list of folders, and/or files.

    Any ideas?

    Thanks,

    Ro


Comments

  • Moderators, Recreation & Hobbies Moderators, Science, Health & Environment Moderators, Technology & Internet Moderators Posts: 94,288 Mod ✭✭✭✭Capt'n Midnight


    Cheap n' nasty
    Dir /ad /o /s > Dirlist.txt
    Dir /b /o /s > FileList.txt
    Dir /o /s > Details.txt


  • Registered Users, Registered Users 2 Posts: 19,503 ✭✭✭✭Krusty_Clown


    Or even better:

    TREE [drive:][path] [/F] [/A]
    where:
    /F Display the names of the files in each folder.
    /A Use ASCII instead of extended characters.

    Output is in ASCII format, though, so you may want to run a quick conversion, e.g.:
    uniconv ASCII mylist.txt cp1252 mylist.txt

    (or is this overcomplicating things?) :D

    There are loads of shareware tools out there for managing libraries of media files., Though typically, I don't think that these are too useful...

    Maybe something like this is what you're looking for?


Advertisement