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 all! We have been experiencing an issue on site where threads have been missing the latest postings. The platform host Vanilla are working on this issue. A workaround that has been used by some is to navigate back from 1 to 10+ pages to re-sync the thread and this will then show the latest posts. Thanks, Mike.
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 Inventory Script/Utilities

  • 20-11-2008 4:03pm
    #1
    Moderators, Business & Finance Moderators, Society & Culture Moderators Posts: 9,763 Mod ✭✭✭✭


    Hey there,

    I'm trying to get myself organised at last and want to compile all my information in one location, but rather than copying everything over from my current PC's, laptop, backup media, DVDs etc and then sorting it, I'd prefer to sort first and then copy the stuff I want to keep over..

    Does anyone out there have a script or can recommend a utility that I can run to do a complete inventory of all files I have in a particular directory or bunch of directories on a PC. Its all running through Windows by the way..

    If I could run a script or utility on each in particular directories and it outputs the results to a text file I could start cleaning it up deleting directories etc..

    I know its very lazy of me, but I'm kinda swamped at the moment in work, so the last thing I want to do when I get home is trawl through GB's of data and try and sort it.. so any help would be appreciated.. :)

    Tox


Comments

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


    at the command prompt

    dir \
    dir \ /b /s

    tree \

    to send to a txt file use >

    dir \ /s > files.txt


Advertisement