How can I organise a huge number of disorganised files in windows?
March 31, 2010 4:17 AM   Subscribe

How can I organise a huge number of disorganised files in windows?

We have a huge file system here at work, with over 1000 individual projects, and hundreds of admin, marketing and private files. We really want to be able to sort all these with some sort of external program which we can try different file configurations so we can make a new flow of file data.

Even a way to copy all the names of all the files within files into a spreadsheet, or something to help us would be fantastic!

Please help metafilter!
posted by Stuartsjaw to Computers & Internet (4 answers total) 2 users marked this as a favorite
 
You just want a file listing? Open a command prompt, go to the directory you're interested in and do this:
dir /A:-D /B /S > outputfilename
posted by beerbajay at 4:41 AM on March 31, 2010 [1 favorite]


Just to note, there's also an organization philosophy that says it doesn't particularly matter what directories you put your files into, and the important thing is being able to retrieve what you want through search. At the largest scale, you can consider the Internet to be a giant pile of stuff, and you find things that you want, not by going to some particular place, but by using a search engine.

You can put tags on your files facilitate your searches, and tags are more flexible than putting files into particular directories. For example, a video file may be a publicly accessible marketing asset pertaining to project XYZ. If you were trying to decide where to put this file, which directory would you use? With tags, you can attach whatever seems relevant to that file.
posted by chengjih at 5:06 AM on March 31, 2010


I find that the philosophy that says 'it doesn't particularly matter what directories you put your files into' runs into problems with portability; esp. in corporate environments with folder access permissions.

Say your team is working on several projects which one day move into another manager's purvue. Say these projects have subprojects linked to them in other folders. If you don't have some sort of file system hierarchy, then you need to make one (or one gets imposed on you) so that the network people can ensure appropriate access for the new manager and his team.

Any time things get large (whether it's the institution, the project group size or the file system) the need for access control kicks in. Having some sort of hierarchy just makes it easier to deal with the 'access' part of your processes.
posted by Hardcore Poser at 8:26 AM on March 31, 2010


Try this software out:

Karen's Directory Printer

It allows you to export file names, folder names, paths, dates, directory, etc. It is also 100% Free. Import the csv file into excel, add the auto filter function. This will give you a good overview of the filing system.
posted by MechEng at 11:36 AM on March 31, 2010


« Older Help me not to offend people   |   Financial impacts of moving to China Newer »
This thread is closed to new comments.