QUOTE(Jeigh @ Oct 6 2007, 08:44 PM)

Well it sounds like those programs will make an automated index of any file structure, so a local file system as well. That said it still seems to be lost on me why you'd need this but I'm sure it's useful in some way or another. Sure it's easy to look in explorer or whatnot to see your files or on the index of your web host but if you wanted to have a documented list f all the files in a certain directory or whatnot this could be helpful. I guess making an index of music files could be made easy work of with such a tool. That said there are usually other methods of having a similar outcome...
Yes, there are other ways to do that, for example by using the DIR command you can generate an index text file of your mp3 files, for example to generate an index of only the root folder of your mp3s folder you use the following:
c:\mp3s\dir *.mp3 > index_of_my_mp3_files.txt
And if you want a more complete index including all of its subfolders you can use:
c:\mp3s\dir /s *.mp3 > index_of_my_mp3_files.txt
QUOTE(Jeigh @ Oct 6 2007, 08:44 PM)

So yes, I'm sure they do the intended job well but past that I'm having a hard time imagining why I would actually want to have one on my computer. Maybe someone could shed some light on it.
For example, i have on my HD a folder with a huge quantity of templates, so, i use this freeware to generate an index file of this folder to view and access with one click all of this files in a simple and direct way, just to avoid the usual folder by folder browsing.
Best regards,
Comment/Reply (w/o sign-up)