Tiny Program to Index Drives
-
Once upon a time there was a small application that very swifty listed all the files on a drive and would even provide a full path statement for every directory and sub directory. Considering how few applications there are here, it should be easy for me to locate it, but while I did not delete it, the program is not to be found on my computer anymore, and it does not leap out at me from this site.
Best I know, the file was obtained from here. It was just small, swift, and very usefully helpful, also helpfully useful. Please, if anyone has any idea what this .exe was or what it might be, pls reply because I'd like to use it some more, wherever it came from.
-
I don't know about the application, but if you're running Windows, you can use :
dir /s /b [drive or directory name]You can even dump the results into a text file if you want. For example :
dir /s /b >disklog.txt -
you can use freeware " locate32", it create an index file/ database file of your drives and/or external drives then you can search in the database for anything and it will tell you where it is immediatly because it searchs in the db files it created. I have many external drives so it's quite useful to have all files list in just one db.
-
Wow. Thanks to you both.