I really need a better way to search desktop files-- help!

Hey all,

So… I have about 4895724309485732094.pi files containing different versions of different parts of a novel over the past two years. (How did this happen? It’s a long story…) There’s material from certain versions that I need to find again and use. I know the exact phrases and combinations of words to identify each of the necessary files. So the “search files” box on the start menu or Google Desktop Search should work, or that’s what I thought.

The problem is that this method only seems to ever show the most recent ten or fifteen files fitting that description. That isn’t going to help too much, because the most relevant file is from at least six months back. This file would have the correct version of what I need to find, whereas the file in the “most recent” list has an edited version that isn’t the one I need.

Basically, the question is this: is there a desktop search/computer file search program which shows EVERY file that has a specific phrase/collection of words, no matter how many files that is and no matter how long ago they were modified?

If it helps, I’m now searching on an old laptop running Windows Vista, but I haven’t had better luck with the desktop running Windows 7. It just seems like there has to be a way to do this… and the smart people here would know! :slight_smile:

*.pi should show every file on the hard drive.

try UltraSearch. I like it because it doesn’t use Windows Indexing. It’s reading the hd directly. It’s freeware.

We use Agent Ransack at the office - looks to be a bit more programmer-oriented than aceplace57’s recommendation but you might like it.

Astrogrep is a lightweight and powerful search utility for Windows. Better yet, it’s free.

It doesn’t help with your immediate difficulties, but quite a few authors I follow on Twitter have raved about Scrivener for organising stuff.

From the command line run
findstr /s /i /m /c:“first phrase to find” /c:“second phrase to find” “c: he folder containing the documents*.*”

Seconded. It’s unbelievable, but search has gotten progressively worse with each new version of Windows (well, I haven’t tried Win8). I’ve always found Agent Ransack to be totally reliable (and has nice geeky features like regular expressions) and is something I install on every computer I use.